Explorar o código

removed unused imports

Miroslav Shubernetskiy %!s(int64=10) %!d(string=hai) anos
pai
achega
615393d2f9
Modificáronse 2 ficheiros con 1 adicións e 3 borrados
  1. 1 2
      rest_framework_bulk/drf2/mixins.py
  2. 0 1
      rest_framework_bulk/drf3/mixins.py

+ 1 - 2
rest_framework_bulk/drf2/mixins.py

@@ -1,6 +1,5 @@
 from __future__ import unicode_literals, print_function
-import traceback
-from django.core.exceptions import ImproperlyConfigured, ValidationError
+from django.core.exceptions import ValidationError
 from rest_framework import status
 from rest_framework.mixins import CreateModelMixin
 from rest_framework.response import Response

+ 0 - 1
rest_framework_bulk/drf3/mixins.py

@@ -1,5 +1,4 @@
 from __future__ import print_function, unicode_literals
-import traceback
 from rest_framework import status
 from rest_framework.mixins import CreateModelMixin
 from rest_framework.response import Response