summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-12-30 10:23:29 -0500
committerTim Graham <timograham@gmail.com>2014-12-30 10:23:29 -0500
commitc6b12bc995cfd4e88169908feaf341e2daa44b7a (patch)
tree2ffd236ba4e3fec5fe86c652dc819054aeab70c2
parent8c99b7920e8187f98cf4d7dbd9918bd6c6da1238 (diff)
Removed unused import.
-rw-r--r--tests/backends/tests.py1
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