Skip to content

Commit c5339b5

Browse files
committed
Fix test_pooling import
1 parent bd02e75 commit c5339b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/asynchronous/test_pooling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from test.asynchronous.helpers import ConcurrentRunner
3737
from test.utils_shared import delay
3838

39-
from pymongo.asynchronous.pool import Pool, PoolOptions, PoolState
39+
from pymongo.asynchronous.pool import Pool, PoolOptions
4040
from pymongo.socket_checker import SocketChecker
4141

4242
_IS_SYNC = False

test/test_pooling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
from test.utils_shared import delay
3838

3939
from pymongo.socket_checker import SocketChecker
40-
from pymongo.synchronous.pool import Pool, PoolOptions, PoolState
40+
from pymongo.synchronous.pool import Pool, PoolOptions
4141

4242
_IS_SYNC = True
4343

0 commit comments

Comments
 (0)