Skip to content

Commit

Permalink
Add types-beautifulsoup4 to default module mapping (pantsbuild#18647)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano authored Apr 1, 2023
1 parent 2e39984 commit c7a1f28
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@
DEFAULT_TYPE_STUB_MODULE_MAPPING = {
"djangorestframework-types": ("rest_framework",),
"lark-stubs": ("lark",),
"types-beautifulsoup4": ("bs4",),
"types-enum34": ("enum34",),
"types-pillow": ("PIL",),
"types-protobuf": ("google.protobuf",),
Expand Down

0 comments on commit c7a1f28

Please sign in to comment.