Skip to content

Commit

Permalink
Update import order
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnewcomer committed Jan 24, 2025
1 parent 46700a5 commit 7f0575f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion temba/orgs/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from temba.utils.crons import cron_task
from temba.utils.email import EmailSender

from .models import Export, Invitation, ItemCount, Org, OrgMembership, OrgImport, User, UserSettings
from .models import Export, Invitation, ItemCount, Org, OrgImport, OrgMembership, User, UserSettings


@cron_task()
Expand Down

0 comments on commit 7f0575f

Please sign in to comment.