mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
remove remaining pylint hints
This commit is contained in:
@@ -14,7 +14,7 @@ import importlib
|
||||
|
||||
from .server.content_types import CONTENT_JSON
|
||||
|
||||
T = TypeVar('T') # pylint: disable=invalid-name
|
||||
T = TypeVar('T')
|
||||
FormatFunc = Callable[[T, Mapping[str, Any]], str]
|
||||
ErrorFormatFunc = Callable[[str, str, int], str]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user