Skip to content

Commit

Permalink
Fix bad default module mapping for PyMongo (#14284)
Browse files Browse the repository at this point in the history
  • Loading branch information
thejcannon committed Jan 27, 2022
1 parent 0eda46f commit b5341a4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -81,7 +81,7 @@
"python-jose": ("jose",),
"python-pptx": ("pptx",),
"pyyaml": ("yaml",),
"pymongo": ("bson", "gridfs"),
"pymongo": ("bson", "gridfs", "pymongo"),
"pymupdf": ("fitz",),
"pytest-runner": ("ptr",),
"scikit-image": ("skimage",),
Expand Down

0 comments on commit b5341a4

Please sign in to comment.