1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-29 15:43:55 +00:00
This commit is contained in:
J. Nick Koston
2023-05-20 14:16:55 -05:00
parent 91b5b4de64
commit 74c518ce79

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: