Skip to content

Commit

Permalink
run isort
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Apr 9, 2023
1 parent 3b386c8 commit 8768b20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django_enum/tests/djenum/admin.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from django.contrib import admin
from django_enum.tests.djenum.models import EnumTester, AdminDisplayBug35
from django_enum.tests.djenum.models import AdminDisplayBug35, EnumTester

admin.site.register(EnumTester)

Expand Down
2 changes: 1 addition & 1 deletion django_enum/tests/djenum/migrations/0001_initial.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generated by Django 3.2.18 on 2023-04-09 00:14

from django.db import migrations, models
import django_enum.fields
from django.db import migrations, models


class Migration(migrations.Migration):
Expand Down

0 comments on commit 8768b20

Please sign in to comment.