This commit is contained in:
J. Nick Koston 2023-05-20 14:16:55 -05:00
parent 91b5b4de64
commit 74c518ce79
No known key found for this signature in database

View file

@ -125,7 +125,9 @@ SERVERS_EXCLUSIVE_MESSAGE = (
)
def _relocated_with_message(key: str, new_location: str) -> Callable[[ConfigType], ConfigType]:
def _relocated_with_message(
key: str, new_location: str
) -> Callable[[ConfigType], ConfigType]:
"""Log key as relocated with a message."""
def validator(config: ConfigType) -> ConfigType: