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__(
896
896
# This will be used later if we fork.
897
897
AsyncMongoClient ._clients [self ._topology ._topology_id ] = self
898
898
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
-
910
899
def _resolve_uri (self ):
911
900
keyword_opts = common ._CaseInsensitiveDictionary (self ._init_kwargs )
912
901
for i in [
Original file line number Diff line number Diff line change @@ -894,17 +894,6 @@ def __init__(
894
894
# This will be used later if we fork.
895
895
MongoClient ._clients [self ._topology ._topology_id ] = self
896
896
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
-
908
897
def _resolve_uri (self ):
909
898
keyword_opts = common ._CaseInsensitiveDictionary (self ._init_kwargs )
910
899
for i in [
You can’t perform that action at this time.
0 commit comments