Skip to content

Commit

Permalink
Running ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslinhares committed Jan 15, 2025
1 parent c17109c commit eb032f1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion temba/channels/android/sync.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import time
from datetime import datetime, timezone as tzone

from temba.msgs.models import Msg
Expand Down
1 change: 0 additions & 1 deletion temba/orgs/models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import itertools
import logging
import mimetypes
import os
from abc import ABCMeta
from collections import defaultdict
Expand Down
1 change: 0 additions & 1 deletion temba/orgs/views/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@

from temba.api.models import Resthook
from temba.campaigns.models import Campaign
from temba.contacts.models import ContactField, ContactGroup
from temba.flows.models import Flow
from temba.formax import FormaxMixin, FormaxSectionMixin
from temba.notifications.mixins import NotificationTargetMixin
Expand Down

0 comments on commit eb032f1

Please sign in to comment.