diff options
author | CruiseDevice | 2019-01-14 14:42:01 +0530 |
---|---|---|
committer | CruiseDevice | 2019-01-28 13:07:02 +0530 |
commit | 461cfcd6c736a016636932e019476558135f0ccf (patch) | |
tree | 64808582c2c3919dfd5cfe002f3f8ff3abbbfb25 /yaksh/test_models.py | |
parent | 0a106ab44ec983f4ebebea9b6b1e4b49fedcb473 (diff) | |
download | online_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.py | 2 |
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 |