Skip to content

Commit 8408ecf

Browse files
author
James William Pye
committed
Unused imports.
1 parent 57df03a commit 8408ecf

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

postgresql/test/test_driver.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# .test.test_driver
33
##
44
import sys
5-
import os
65
import unittest
76
import gc
87
import threading
@@ -19,8 +18,6 @@
1918
from .. import types as pg_types
2019
from ..types.io.stdlib_xml_etree import etree
2120
from .. import exceptions as pg_exc
22-
from .. import lib as pg_lib
23-
from .. import message as pg_msg
2421
from ..types.bitwise import Bit, Varbit
2522
from ..temporal import pg_tmp
2623

0 commit comments

Comments
 (0)