We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 438b9c9 commit 4157417Copy full SHA for 4157417
pymongo/asynchronous/client_session.py
@@ -176,7 +176,6 @@
176
if TYPE_CHECKING:
177
from types import TracebackType
178
179
- from pymongo.asynchronous.mongo_client import AsyncMongoClient
180
from pymongo.asynchronous.pool import AsyncConnection
181
from pymongo.asynchronous.server import Server
182
from pymongo.typings import ClusterTime, _Address
pymongo/synchronous/client_session.py
@@ -175,7 +175,6 @@
175
- from pymongo.synchronous.mongo_client import MongoClient
from pymongo.synchronous.pool import Connection
from pymongo.synchronous.server import Server
0 commit comments