Skip to content

Commit

Permalink
Tweak imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Oct 4, 2024
1 parent fd5b5b7 commit f4ee702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion temba/channels/types/facebookapp/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from django.urls import reverse
from django.utils.translation import gettext_lazy as _

from temba.orgs.views import OrgObjPermsMixin
from temba.orgs.views.mixins import OrgObjPermsMixin
from temba.utils.text import truncate
from temba.utils.views.mixins import ModalMixin

Expand Down
2 changes: 1 addition & 1 deletion temba/channels/types/instagram/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from django.urls import reverse
from django.utils.translation import gettext_lazy as _

from temba.orgs.views import OrgObjPermsMixin
from temba.orgs.views.mixins import OrgObjPermsMixin
from temba.utils.text import truncate
from temba.utils.views.mixins import ModalMixin

Expand Down

0 comments on commit f4ee702

Please sign in to comment.