Skip to content

Commit

Permalink
Fix isort error
Browse files Browse the repository at this point in the history
  • Loading branch information
waxlamp committed Jan 29, 2024
1 parent 525979e commit ea612e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest_framework/checks.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from django.core.checks import Tags, Error, Warning, register
from django.core.checks import Error, Tags, Warning, register


@register(Tags.compatibility)
Expand Down

0 comments on commit ea612e2

Please sign in to comment.