Browse Source

small cleanup

Rafał Pitoń 8 years ago
parent
commit
0569c71e72
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/users/api/auth.py

+ 1 - 1
misago/users/api/auth.py

@@ -4,7 +4,7 @@ from django.core.exceptions import ValidationError
 from django.utils.translation import ugettext as _
 from django.views.decorators.csrf import csrf_protect
 
-from rest_framework import status, viewsets
+from rest_framework import status
 from rest_framework.decorators import api_view, permission_classes
 from rest_framework.response import Response