Skip to content

Commit

Permalink
add module mapping for cloud-sql-python-connector (#20669)
Browse files Browse the repository at this point in the history
Was trying to run tests using pants that imported
`google.cloud.sql.connector`, but ended up getting a module not found
error.
  • Loading branch information
andrelegault authored Mar 14, 2024
1 parent 44a06c5 commit 05afd8b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def two_groups_hyphens_two_replacements_with_suffix(
"beautifulsoup4": ("bs4",),
"bitvector": ("BitVector",),
"cattrs": ("cattr", "cattrs"),
"cloud-sql-python-connector": ("google.cloud.sql.connector",),
"databricks-sdk": ("databricks.sdk",),
"databricks-sql-connector": (
"databricks.sql",
Expand Down

0 comments on commit 05afd8b

Please sign in to comment.