Skip to content

Commit 60bf17d

Browse files
committed
fix import for test
1 parent 82bcd38 commit 60bf17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_uri_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

2828
from bson.binary import JAVA_LEGACY
2929
from pymongo import ReadPreference
30-
from pymongo.asynchronous.uri_parser import parse_uri
3130
from pymongo.errors import ConfigurationError, InvalidURI
31+
from pymongo.synchronous.uri_parser import parse_uri
3232
from pymongo.uri_parser_shared import (
3333
parse_userinfo,
3434
split_hosts,

0 commit comments

Comments
 (0)