mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
style: Remove trailing whitespace in exceptions.py
This commit is contained in:
parent
419952f33b
commit
f9eb4ffee2
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class LiteLLMExceptions:
|
|||
if var.endswith("Error"):
|
||||
if var not in self.exception_info:
|
||||
raise ValueError(f"{var} is in litellm but not in aider's exceptions list")
|
||||
|
||||
|
||||
ex = getattr(litellm, var)
|
||||
dump(var, ex)
|
||||
self.exceptions[ex] = self.exception_info[var]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue