Skip to content

Commit fa29114

Browse files
committed
Fix __all__
1 parent 40f1581 commit fa29114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymongo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"WriteConcern",
4646
"has_c",
4747
"timeout",
48+
"uri_parser",
4849
]
4950

5051
ASCENDING = 1
@@ -103,7 +104,6 @@
103104
from pymongo.read_preferences import ReadPreference
104105
from pymongo.synchronous.collection import ReturnDocument
105106
from pymongo.synchronous.mongo_client import MongoClient
106-
from pymongo.uri_parser import * # noqa: F403
107107
from pymongo.write_concern import WriteConcern
108108

109109
version = __version__

0 commit comments

Comments
 (0)