Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
szabozoltan69 committed May 28, 2024
1 parent 45ccb13 commit 59e8a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from django.conf import settings
from django_admin_listfilter_dropdown.filters import RelatedDropdownFilter
from rest_framework.authtoken.admin import TokenAdmin
from rest_framework.authtoken.models import Token, TokenProxy
from rest_framework.authtoken.models import TokenProxy
from reversion_compare.admin import CompareVersionAdmin
# from reversion.models import Revision

Expand Down

0 comments on commit 59e8a46

Please sign in to comment.