Skip to content

Commit

Permalink
Fixed linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
JusticeV452 committed May 1, 2024
1 parent ce8a038 commit 03322fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/app/management/commands/update_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def add_arguments(self, parser):
)

def handle(self, *args, **options):
# pylint: disable=too-many-locals
config_names = options.get("config_names")
hide_progress = options.get("hide_progress")

Expand Down

0 comments on commit 03322fb

Please sign in to comment.