diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-04 13:14:50 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-04 13:14:50 -0500 |
commit | 0ee820c6d69a611fa64e0aacdc57d5fb641a5778 (patch) | |
tree | a48d312cfd3813d16e23bedf5be1dfb1071e93cd /tests/tests.py | |
parent | f4f0005e94c63b1b666553b1e26b2f1302af2a43 (diff) |
remove unused imports from tests.py
Diffstat (limited to 'tests/tests.py')
-rw-r--r-- | tests/tests.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/tests.py b/tests/tests.py index efd1662..849a5ac 100644 --- a/tests/tests.py +++ b/tests/tests.py @@ -1,8 +1,6 @@ # -*- coding: utf-8 -*- import os -import sys -import inspect from copy import copy import hashlib import random |