Przeglądaj źródła

removed unused imports

Miroslav Shubernetskiy 10 lat temu
rodzic
commit
615393d2f9

+ 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