diff options
Diffstat (limited to 'tests/test_errcodes.py')
-rwxr-xr-x | tests/test_errcodes.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/test_errcodes.py b/tests/test_errcodes.py index c510f72..676d12d 100755 --- a/tests/test_errcodes.py +++ b/tests/test_errcodes.py @@ -25,14 +25,6 @@ import unittest from .testutils import ConnectingTestCase, slow, reload -try: - reload -except NameError: - try: - from importlib import reload - except ImportError: - from imp import reload - from threading import Thread from psycopg2 import errorcodes |