Skip to content

Commit

Permalink
Remove duplicate import that was offending pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
uoa-noel authored Jul 26, 2024
1 parent 744e868 commit c4b503c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tardis/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ def get_all_tardis_apps():
DEDUP_INSTALLED_APPS.append(app)
INSTALLED_APPS = tuple(DEDUP_INSTALLED_APPS)

# Apply default settings from installed apps, now that they are specified.
from tardis.default_settings.apps_default_settings import *

# For a freshly installed MyTardis DB this will the default User ID,
# as it is created in the migrations prior to any SuperUser creation.
# For existing DBs this will need to be overriden in the settings.py file.
Expand Down

0 comments on commit c4b503c

Please sign in to comment.