Skip to content

Commit 0f64689

Browse files
committed
cleanup
1 parent 7d771cb commit 0f64689

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

pymongo/asynchronous/mongo_client.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -896,17 +896,6 @@ def __init__(
896896
# This will be used later if we fork.
897897
AsyncMongoClient._clients[self._topology._topology_id] = self
898898

899-
# self._for_resolve_uri = {
900-
# "username": username,
901-
# "password": password,
902-
# "srv_service_name": srv_service_name,
903-
# "srv_max_hosts": srv_max_hosts,
904-
# "fqdn": fqdn,
905-
# "pool_class": pool_class,
906-
# "monitor_class": monitor_class,
907-
# "condition_class": condition_class,
908-
# }
909-
910899
def _resolve_uri(self):
911900
keyword_opts = common._CaseInsensitiveDictionary(self._init_kwargs)
912901
for i in [

pymongo/synchronous/mongo_client.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -894,17 +894,6 @@ def __init__(
894894
# This will be used later if we fork.
895895
MongoClient._clients[self._topology._topology_id] = self
896896

897-
# self._for_resolve_uri = {
898-
# "username": username,
899-
# "password": password,
900-
# "srv_service_name": srv_service_name,
901-
# "srv_max_hosts": srv_max_hosts,
902-
# "fqdn": fqdn,
903-
# "pool_class": pool_class,
904-
# "monitor_class": monitor_class,
905-
# "condition_class": condition_class,
906-
# }
907-
908897
def _resolve_uri(self):
909898
keyword_opts = common._CaseInsensitiveDictionary(self._init_kwargs)
910899
for i in [

0 commit comments

Comments
 (0)