Disabled pylint too-many-branches

This commit is contained in:
Robbe Haesendonck
2023-09-27 16:40:08 +02:00
committed by Sarah Hoffmann
parent c06f902398
commit 7d28fc35d1

View File

@@ -71,7 +71,7 @@ class SetupAll:
help='Create the database but do not import any data') help='Create the database but do not import any data')
def run(self, args: NominatimArgs) -> int: # pylint: disable=too-many-statements def run(self, args: NominatimArgs) -> int: # pylint: disable=too-many-statements, too-many-branches
from ..data import country_info from ..data import country_info
from ..tools import database_import, refresh, postcodes, freeze from ..tools import database_import, refresh, postcodes, freeze
from ..indexer.indexer import Indexer from ..indexer.indexer import Indexer