Skip to content

Commit 1a364ee

Browse files
committed
remove unused import
1 parent b2f634a commit 1a364ee

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/asynchronous/test_pooling.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
from test.asynchronous.utils import async_get_pool, async_joinall, flaky
2525

2626
from bson.codec_options import DEFAULT_CODEC_OPTIONS
27-
from bson.raw_bson import RawBSONDocument
2827
from bson.son import SON
2928
from pymongo import AsyncMongoClient, message, timeout
3029
from pymongo.errors import AutoReconnect, ConnectionFailure, DuplicateKeyError

test/test_pooling.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
from test.utils import flaky, get_pool, joinall
2525

2626
from bson.codec_options import DEFAULT_CODEC_OPTIONS
27-
from bson.raw_bson import RawBSONDocument
2827
from bson.son import SON
2928
from pymongo import MongoClient, message, timeout
3029
from pymongo.errors import AutoReconnect, ConnectionFailure, DuplicateKeyError

0 commit comments

Comments
 (0)