mirror of
https://github.com/elisspace/core.git
synced 2026-08-29 15:43:55 +00:00
lint
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user