]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/clicmd/args.py
more formatting fixes
[nominatim.git] / nominatim / clicmd / args.py
index 47007579f6f69cf1a97edac668c8646ed2046d40..996f48f26dbffeae3306d6b4afd13853657ea02b 100644 (file)
@@ -3,7 +3,7 @@ Provides custom functions over command-line arguments.
 """
 
 
-class NominatimArgs: # pylint: disable=too-few-public-methods
+class NominatimArgs:
     """ Customized namespace class for the nominatim command line tool
         to receive the command-line arguments.
     """
@@ -24,4 +24,4 @@ class NominatimArgs: # pylint: disable=too-few-public-methods
                                      main_data=self.config.TABLESPACE_PLACE_DATA,
                                      main_index=self.config.TABLESPACE_PLACE_INDEX
                                     )
-                    )
+                   )