Skip to content

Commit

Permalink
Blacken formatting update
Browse files Browse the repository at this point in the history
  • Loading branch information
ds283 committed Mar 25, 2024
1 parent 7bc3d29 commit 9c08133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/task_queue/make_celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def make_celery(app):
app.import_name,
backend=app.config["CELERY_RESULT_BACKEND"],
broker=app.config["CELERY_BROKER_URL"],
broker_transport_options={'ttl': True},
broker_transport_options={"ttl": True},
accept_content=app.config["CELERY_ACCEPT_CONTENT"],
beat_scheduler="app.sqlalchemy_scheduler:DatabaseScheduler",
)
Expand Down

0 comments on commit 9c08133

Please sign in to comment.