There was an error while loading. Please reload this page.
1 parent 57df03a commit 8408ecfCopy full SHA for 8408ecf
1 file changed
postgresql/test/test_driver.py
@@ -2,7 +2,6 @@
2
# .test.test_driver
3
##
4
import sys
5
-import os
6
import unittest
7
import gc
8
import threading
@@ -19,8 +18,6 @@
19
18
from .. import types as pg_types
20
from ..types.io.stdlib_xml_etree import etree
21
from .. import exceptions as pg_exc
22
-from .. import lib as pg_lib
23
-from .. import message as pg_msg
24
from ..types.bitwise import Bit, Varbit
25
from ..temporal import pg_tmp
26
0 commit comments