style: Remove trailing whitespace in exceptions.py

This commit is contained in:
Paul Gauthier (aider) 2025-02-06 09:51:38 -08:00
parent 419952f33b
commit f9eb4ffee2

View file

@ -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]