]> git.openstreetmap.org Git - nominatim.git/blobdiff - src/nominatim_db/tools/special_phrases/sp_importer.py
add japanese phrase preprocessing
[nominatim.git] / src / nominatim_db / tools / special_phrases / sp_importer.py
index 0e0d70946453885c28d63a38c9bb9b5389078250..40b089a76623c443c743093d3d6d2ee4d0b09e78 100644 (file)
@@ -45,7 +45,6 @@ class SpecialPhraseLoader(Protocol):
 
 
 class SPImporter():
-    # pylint: disable-msg=too-many-instance-attributes
     """
         Class handling the process of special phrases importation into the database.