]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/tools/special_phrases/sp_importer.py
mypy: minimal annotations to enable a clean run
[nominatim.git] / nominatim / tools / special_phrases / sp_importer.py
index 31bbc3551cfed82a086feb25953ea073d0a4c011..805f8937875beb4dda7d5063b33d6d1c39605d6c 100644 (file)
@@ -33,7 +33,7 @@ class SPImporter():
 
         Take a sp loader which load the phrases from an external source.
     """
-    def __init__(self, config, db_connection, sp_loader) -> None:
+    def __init__(self, config, db_connection, sp_loader):
         self.config = config
         self.db_connection = db_connection
         self.sp_loader = sp_loader