Skip to content

Commit

Permalink
add new default module mappings for py-healthcheck (#20597)
Browse files Browse the repository at this point in the history
Title says it all. Just adding a new default module mapping.

Signed-off-by: Jason Barnett <[email protected]>
  • Loading branch information
jasonwbarnett authored Feb 27, 2024
1 parent da2bed2 commit e9a9322
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ def two_groups_hyphens_two_replacements_with_suffix(
"progressbar2": ("progressbar",),
"protobuf": ("google.protobuf",),
"psycopg2-binary": ("psycopg2",),
"py-healthcheck": ("healthcheck",),
"pycrypto": ("Crypto",),
"pygithub": ("github",),
"pygobject": ("gi",),
Expand Down

0 comments on commit e9a9322

Please sign in to comment.