Skip to content

Commit 4157417

Browse files
committed
Remove unneeded import
1 parent 438b9c9 commit 4157417

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

pymongo/asynchronous/client_session.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@
176176
if TYPE_CHECKING:
177177
from types import TracebackType
178178

179-
from pymongo.asynchronous.mongo_client import AsyncMongoClient
180179
from pymongo.asynchronous.pool import AsyncConnection
181180
from pymongo.asynchronous.server import Server
182181
from pymongo.typings import ClusterTime, _Address

pymongo/synchronous/client_session.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@
175175
if TYPE_CHECKING:
176176
from types import TracebackType
177177

178-
from pymongo.synchronous.mongo_client import MongoClient
179178
from pymongo.synchronous.pool import Connection
180179
from pymongo.synchronous.server import Server
181180
from pymongo.typings import ClusterTime, _Address

0 commit comments

Comments
 (0)