Skip to content

Commit

Permalink
👔 remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dizballanze committed Jul 23, 2017
1 parent ce372c5 commit 7e415ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion eraserhead/queryset_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def instances_count(self):
@property
def model_name(self):
return self._queryset.model()._meta.object_name

@property
def queryset_id(self):
return id(self._queryset)
Expand Down
3 changes: 0 additions & 3 deletions eraserhead/request_storage.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# encoding: utf-8
from __future__ import print_function
from collections import OrderedDict
import traceback

from django.conf import settings
import term


Expand Down

0 comments on commit 7e415ef

Please sign in to comment.