]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/clicmd/special_phrases.py
fix liniting issues
[nominatim.git] / nominatim / clicmd / special_phrases.py
index 5b3221585db585aed7ef5127d4640dffeab50a68..002960feb2049b9d850ea54aeebc7b1644ba4dd1 100644 (file)
@@ -9,6 +9,8 @@ LOG = logging.getLogger()
 
 # Do not repeat documentation of subcommand classes.
 # pylint: disable=C0111
 
 # Do not repeat documentation of subcommand classes.
 # pylint: disable=C0111
+# Using non-top-level imports to avoid eventually unused imports.
+# pylint: disable=E0012,C0415
 
 class ImportSpecialPhrases:
     """\
 
 class ImportSpecialPhrases:
     """\