Skip to content

Commit

Permalink
fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Szewczyk committed Apr 3, 2024
1 parent 07267f6 commit c445b93
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions backend/hct_mis_api/apps/account/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@
from django.db.models import JSONField, Q, QuerySet
from django.utils import timezone
from django.utils.translation import gettext_lazy as _

from model_utils.models import UUIDModel
from mptt.fields import TreeForeignKey
from mptt.models import MPTTModel
from natural_keys import NaturalKeyModel

from hct_mis_api.apps.account.fields import ChoiceArrayField
Expand All @@ -37,6 +36,8 @@
DoubleSpaceValidator,
StartEndSpaceValidator,
)
from mptt.fields import TreeForeignKey
from mptt.models import MPTTModel

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit c445b93

Please sign in to comment.