diff options
| author | Tim Graham <timograham@gmail.com> | 2014-12-30 10:23:29 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-12-30 10:23:29 -0500 |
| commit | c6b12bc995cfd4e88169908feaf341e2daa44b7a (patch) | |
| tree | 2ffd236ba4e3fec5fe86c652dc819054aeab70c2 | |
| parent | 8c99b7920e8187f98cf4d7dbd9918bd6c6da1238 (diff) | |
Removed unused import.
| -rw-r--r-- | tests/backends/tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/backends/tests.py b/tests/backends/tests.py index 606441b407..f09f9b8168 100644 --- a/tests/backends/tests.py +++ b/tests/backends/tests.py @@ -6,7 +6,6 @@ import copy import datetime from decimal import Decimal, Rounded import re -import sys import threading import unittest import warnings |
