summaryrefslogtreecommitdiff
path: root/tests/test_cancel.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_cancel.py')
-rwxr-xr-xtests/test_cancel.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_cancel.py b/tests/test_cancel.py
index 529c4ba..7888bbf 100755
--- a/tests/test_cancel.py
+++ b/tests/test_cancel.py
@@ -31,7 +31,8 @@ import psycopg2.extensions
from psycopg2 import extras
from testconfig import dsn
-from testutils import unittest, ConnectingTestCase, skip_before_postgres, slow
+import unittest
+from testutils import ConnectingTestCase, skip_before_postgres, slow
class CancelTests(ConnectingTestCase):