Skip to content

Commit

Permalink
run isort
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Mar 2, 2024
1 parent 754dcfa commit 1d551b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion django_enum/tests/db_default/migrations/0001_initial.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Generated by Django 5.0.2 on 2024-03-02 16:48

from django.db import migrations, models

import django_enum.fields
import django_enum.tests.djenum.enums
from django.db import migrations, models


class Migration(migrations.Migration):
Expand Down

0 comments on commit 1d551b6

Please sign in to comment.