summaryrefslogtreecommitdiff
path: root/yaksh/test_models.py
diff options
context:
space:
mode:
authorCruiseDevice2019-01-14 14:42:01 +0530
committerCruiseDevice2019-01-28 13:07:02 +0530
commit461cfcd6c736a016636932e019476558135f0ccf (patch)
tree64808582c2c3919dfd5cfe002f3f8ff3abbbfb25 /yaksh/test_models.py
parent0a106ab44ec983f4ebebea9b6b1e4b49fedcb473 (diff)
downloadonline_test-461cfcd6c736a016636932e019476558135f0ccf.tar.gz
online_test-461cfcd6c736a016636932e019476558135f0ccf.tar.bz2
online_test-461cfcd6c736a016636932e019476558135f0ccf.zip
Remove unused variables and imports
Diffstat (limited to 'yaksh/test_models.py')
-rw-r--r--yaksh/test_models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/test_models.py b/yaksh/test_models.py
index 3ae181c..8b9aa37 100644
--- a/yaksh/test_models.py
+++ b/yaksh/test_models.py
@@ -21,7 +21,7 @@ import os
import shutil
import tempfile
from threading import Thread
-from collections import Counter, defaultdict
+from collections import defaultdict
from yaksh import settings