Skip to content

Commit

Permalink
ruff and settings fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisclark committed Jul 16, 2024
1 parent 8d3db4f commit efad325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion explorer/tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

EXPLORER_ENABLE_ANONYMOUS_STATS = False
EXPLORER_TASKS_ENABLED = True # set to true to test async tasks
EXPLORER_AI_API_KEY = 'foo'
EXPLORER_AI_API_KEY = "foo"
EXPLORER_CHARTS_ENABLED = True
CELERY_BROKER_URL = "redis://localhost:6379/0"
CELERY_TASK_ALWAYS_EAGER = True
Expand Down
1 change: 1 addition & 0 deletions explorer/tests/settings_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
EXPLORER_TASKS_ENABLED = False
EXPLORER_USER_UPLOADS_ENABLED = False
EXPLORER_CHARTS_ENABLED = False
EXPLORER_AI_API_KEY = None

0 comments on commit efad325

Please sign in to comment.