mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-04 04:28:58 +00:00
docs: update sort order in integrations table (#31171)
This commit is contained in:
@@ -37,6 +37,7 @@ def _reorder_keys(p):
|
||||
"downloads",
|
||||
"downloads_updated_at",
|
||||
"disabled",
|
||||
"include_in_api_ref",
|
||||
]
|
||||
if set(keys) - set(key_order):
|
||||
raise ValueError(f"Unexpected keys: {set(keys) - set(key_order)}")
|
||||
|
Reference in New Issue
Block a user