Skip to content

Commit

Permalink
Ran isort
Browse files Browse the repository at this point in the history
  • Loading branch information
ihor-palii committed Jul 31, 2024
1 parent 65b875a commit 37d49ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions temba/schedules/views.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
from django.db.models import Q
from smartmin.views import SmartCRUDL, SmartUpdateView

from django import forms
from django.db.models import Q
from django.urls import reverse
from django.utils.translation import gettext_lazy as _

from temba.orgs.views import OrgObjPermsMixin
from temba.utils.fields import InputWidget, SelectMultipleWidget, SelectWidget
from temba.utils.views import ComponentFormMixin

from .models import Schedule
from ..triggers.models import Trigger
from .models import Schedule


class ScheduleFormMixin(forms.Form):
Expand Down

0 comments on commit 37d49ce

Please sign in to comment.