infra: remove some special cases (#27839)

This commit is contained in:
Erick Friis
2024-11-01 14:13:43 -07:00
committed by GitHub
parent 002e1c9055
commit 03a3670a5e
6 changed files with 1 additions and 11 deletions

View File

@@ -530,7 +530,6 @@ def _out_file_path(package_name: str) -> Path:
def _build_index(dirs: List[str]) -> None:
custom_names = {
"airbyte": "Airbyte",
"aws": "AWS",
"ai21": "AI21",
"ibm": "IBM",

View File

@@ -76,7 +76,6 @@ ALL_PACKAGES = IN_REPO_PACKAGES.union(EXTERNAL_PACKAGES)
CUSTOM_NAME = {
"google-genai": "Google Generative AI",
"aws": "AWS",
"airbyte": "Airbyte",
"ibm": "IBM",
}
CUSTOM_PROVIDER_PAGES = {