Skip to content

Commit 74877c2

Browse files
authored
Fix lint
1 parent c3e8cad commit 74877c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/contrib/rest_framework.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from django.core.exceptions import ImproperlyConfigured, PermissionDenied
1+
from django.core.exceptions import ImproperlyConfigured
22

33

44
class AutoPermissionViewSetMixin:

0 commit comments

Comments
 (0)