Skip to content

Commit 2a8b1b2

Browse files
Update test/auth_aws/test_auth_aws.py
Co-authored-by: Noah Stapp <[email protected]>
1 parent d450457 commit 2a8b1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/auth_aws/test_auth_aws.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
pass
3232

3333
from pymongo import MongoClient
34-
from pymongo.asynchronous.uri_parser import parse_uri
34+
from pymongo.synchronous.uri_parser import parse_uri
3535
from pymongo.errors import OperationFailure
3636

3737
pytestmark = pytest.mark.auth_aws

0 commit comments

Comments
 (0)