mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-12 13:54:07 +00:00
pylint: disable check too-few-public-methods
This commit is contained in:
@@ -39,7 +39,7 @@ class Configuration:
|
||||
self._config['NOMINATIM_ADDRESS_LEVEL_CONFIG'] = \
|
||||
str(config_dir / 'address-levels.json')
|
||||
|
||||
class _LibDirs: # pylint: disable=too-few-public-methods
|
||||
class _LibDirs:
|
||||
pass
|
||||
|
||||
self.lib_dir = _LibDirs()
|
||||
|
||||
Reference in New Issue
Block a user