Skip to content

Commit

Permalink
add new default mappings for databricks
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwbarnett committed Mar 13, 2024
1 parent 0c9bbce commit 9eee536
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ def two_groups_hyphens_two_replacements_with_suffix(
"beautifulsoup4": ("bs4",),
"bitvector": ("BitVector",),
"cattrs": ("cattr", "cattrs"),
"databricks-sdk": ("databricks.sdk",),
"databricks-sql-connector": (
"databricks.sql",
"databricks.sqlalchemy",
),
"django-cors-headers": ("corsheaders",),
"django-countries": ("django_countries",),
"django-filter": ("django_filters",),
Expand Down

0 comments on commit 9eee536

Please sign in to comment.