Skip to content

Commit 63ba7be

Browse files
committed
change helpers import
1 parent 60bf17d commit 63ba7be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/asynchronous/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545

4646
from bson.son import SON
4747
from pymongo import common, message
48-
from pymongo.asynchronous.uri_parser import parse_uri
4948
from pymongo.read_preferences import ReadPreference
5049
from pymongo.ssl_support import HAVE_SSL, _ssl # type:ignore[attr-defined]
50+
from pymongo.synchronous.uri_parser import parse_uri
5151

5252
if HAVE_SSL:
5353
import ssl

0 commit comments

Comments
 (0)