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 47
47
from pymongo import common , message
48
48
from pymongo .read_preferences import ReadPreference
49
49
from pymongo .ssl_support import HAVE_SSL , _ssl # type:ignore[attr-defined]
50
- from pymongo .synchronous .uri_parser import parse_uri
50
+ from pymongo .asynchronous .uri_parser import parse_uri
51
51
52
52
if HAVE_SSL :
53
53
import ssl
Original file line number Diff line number Diff line change 31
31
pass
32
32
33
33
from pymongo import MongoClient
34
- from pymongo .asynchronous .uri_parser import parse_uri
34
+ from pymongo .synchronous .uri_parser import parse_uri
35
35
from pymongo .errors import OperationFailure
36
36
37
37
pytestmark = pytest .mark .auth_aws
Original file line number Diff line number Diff line change 37
37
from pymongo import MongoClient
38
38
from pymongo ._azure_helpers import _get_azure_response
39
39
from pymongo ._gcp_helpers import _get_gcp_response
40
- from pymongo .asynchronous .uri_parser import parse_uri
40
+ from pymongo .synchronous .uri_parser import parse_uri
41
41
from pymongo .auth_oidc_shared import _get_k8s_token
42
42
from pymongo .auth_shared import _build_credentials_tuple
43
43
from pymongo .cursor_shared import CursorType
You can’t perform that action at this time.
0 commit comments