File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4747from pymongo import common , message
4848from pymongo .read_preferences import ReadPreference
4949from pymongo .ssl_support import HAVE_SSL , _ssl # type:ignore[attr-defined]
50- from pymongo .asynchronous .uri_parser import parse_uri
50+ from pymongo .synchronous .uri_parser import parse_uri
5151
5252if HAVE_SSL :
5353 import ssl
Original file line number Diff line number Diff line change 3131 pass
3232
3333from pymongo import MongoClient
34- from pymongo .synchronous .uri_parser import parse_uri
3534from pymongo .errors import OperationFailure
35+ from pymongo .synchronous .uri_parser import parse_uri
3636
3737pytestmark = pytest .mark .auth_aws
3838
Original file line number Diff line number Diff line change 3737from pymongo import MongoClient
3838from pymongo ._azure_helpers import _get_azure_response
3939from pymongo ._gcp_helpers import _get_gcp_response
40- from pymongo .synchronous .uri_parser import parse_uri
4140from pymongo .auth_oidc_shared import _get_k8s_token
4241from pymongo .auth_shared import _build_credentials_tuple
4342from pymongo .cursor_shared import CursorType
5049 OIDCCallbackResult ,
5150 _get_authenticator ,
5251)
52+ from pymongo .synchronous .uri_parser import parse_uri
5353
5454ROOT = Path (__file__ ).parent .parent .resolve ()
5555TEST_PATH = ROOT / "auth" / "unified"
You can’t perform that action at this time.
0 commit comments