forked from hans/Nominatim
pylint: disable check too-few-public-methods
This commit is contained in:
@@ -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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user