mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fix(cli): sort claude_settings __all__ for ruff RUF022
Co-authored-by: Mateo Wang <mateo-berri@users.noreply.github.com>
This commit is contained in:
parent
cafdfda8ba
commit
096e016baf
1 changed files with 2 additions and 2 deletions
|
|
@ -146,11 +146,11 @@ __all__ = (
|
|||
"ANTHROPIC_API_KEY_KEY",
|
||||
"ANTHROPIC_BASE_URL_KEY",
|
||||
"API_KEY_HELPER_KEY",
|
||||
"ENABLE_TOOL_SEARCH_KEY",
|
||||
"ENABLE_TOOL_SEARCH_VALUE",
|
||||
"AUTOROUTE_BACKUP_PATH",
|
||||
"BACKUP_PATH",
|
||||
"CLAUDE_SETTINGS_PATH",
|
||||
"ENABLE_TOOL_SEARCH_KEY",
|
||||
"ENABLE_TOOL_SEARCH_VALUE",
|
||||
"ENV_KEY",
|
||||
"SETTINGS_FILE_OWNERS",
|
||||
"ClaudeSettingsError",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue