We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 763e78c commit 66b7e8dCopy full SHA for 66b7e8d
pymongo/asynchronous/mongo_client.py
@@ -1221,6 +1221,7 @@ def topology_description(self) -> TopologyDescription:
1221
TopologySettings(),
1222
)
1223
self._initial_topology_id = td._topology_settings._topology_id
1224
+ return td
1225
return self._topology.description
1226
1227
@property
pymongo/synchronous/mongo_client.py
@@ -1219,6 +1219,7 @@ def topology_description(self) -> TopologyDescription:
1219
1220
0 commit comments