lint
This commit is contained in:
parent
91b5b4de64
commit
74c518ce79
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue