File tree Expand file tree Collapse file tree 2 files changed +0
-22
lines changed
Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Original file line number Diff line number Diff 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 [
Original file line number Diff line number Diff 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 [
You can’t perform that action at this time.
0 commit comments