diff options
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 |