Skip to content

Commit

Permalink
🎨 [#315] Running isort and black
Browse files Browse the repository at this point in the history
  • Loading branch information
ErhanCitil committed Jun 13, 2023
1 parent bc8ddf7 commit ea56001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/objects/token/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from django.contrib.admin.utils import unquote

from objects.api.serializers import ObjectSerializer
from objects.core.models import ObjectType, ObjectRecord
from objects.core.models import ObjectRecord, ObjectType
from objects.utils.admin import EditInlineAdminMixin
from objects.utils.serializers import build_spec, get_field_names

Expand Down

0 comments on commit ea56001

Please sign in to comment.