Skip to content

Commit

Permalink
[lint] Fix 2 issues flagged by ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshg999 committed Apr 17, 2024
1 parent c66a2c7 commit 8b04d77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions desktop/core/src/desktop/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -744,11 +744,11 @@ def disable_database_logging():

CELERY_TASK_QUEUES = {
'low_priority': {
'exchange': 'low_priority', # unused
'exchange': 'low_priority', # unused
'routing_key': 'low_priority',
},
'high_priority': {
'exchange': 'high_priority', # unused
'exchange': 'high_priority', # unused
'routing_key': 'high_priority',
},
'default': {
Expand Down

0 comments on commit 8b04d77

Please sign in to comment.