Skip to content

Commit

Permalink
ref(celery): Reorder imports to follow alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
szokeasaurusrex committed Apr 17, 2024
1 parent d7b64e0 commit b02c1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry_sdk/integrations/celery/__init__.py
Expand Up @@ -39,8 +39,8 @@

try:
from celery import VERSION as CELERY_VERSION # type: ignore
from celery.app.trace import task_has_custom
from celery.app.task import Task
from celery.app.trace import task_has_custom
from celery.exceptions import ( # type: ignore
Ignore,
Reject,
Expand Down

0 comments on commit b02c1eb

Please sign in to comment.