Skip to content

Commit

Permalink
ruff formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbahrai committed Sep 13, 2024
1 parent 5764ae6 commit 661a1d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

app = create_app(application)

xray_recorder.configure(service='Notify-API', context=NotifyContext())
xray_recorder.configure(service="Notify-API", context=NotifyContext())
XRayMiddleware(app, xray_recorder)

apig_wsgi_handler = make_lambda_handler(app, binary_support=True)
Expand Down
2 changes: 1 addition & 1 deletion run_celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
application = Flask("celery")
create_app(application)

xray_recorder.configure(service='Notify', context=NotifyContext())
xray_recorder.configure(service="Notify", context=NotifyContext())
XRayMiddleware(application, xray_recorder)

application.app_context().push()

0 comments on commit 661a1d3

Please sign in to comment.