]> git.openstreetmap.org Git - nominatim.git/blobdiff - src/nominatim_api/typing.py
fix style issue found by flake8
[nominatim.git] / src / nominatim_api / typing.py
index ba0d95bf08248110875c550550fd2ec62035dce0..89aa44285f622e00020a5debb58b439be95f70c8 100644 (file)
@@ -11,7 +11,7 @@ Complex type definitions are moved here, to keep the source files readable.
 """
 from typing import Union, TYPE_CHECKING
 
-# pylint: disable=missing-class-docstring,useless-import-alias
+# flake8: noqa
 
 # SQLAlchemy introduced generic types in version 2.0 making typing
 # incompatible with older versions. Add wrappers here so we don't have