Skip to content

Commit

Permalink
Disabled pylint too-many-branches
Browse files Browse the repository at this point in the history
  • Loading branch information
robbe-haesendonck committed Sep 27, 2023
1 parent 4cdeb8a commit 3077887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nominatim/clicmd/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def add_args(self, parser: argparse.ArgumentParser) -> None:
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 ..tools import database_import, refresh, postcodes, freeze
from ..indexer.indexer import Indexer
Expand Down

0 comments on commit 3077887

Please sign in to comment.