fix make lint error
This commit is contained in:
parent
3d6e40e817
commit
c5d5025419
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ class LLMClient(ABC):
|
|||
cached_response = self.cache_dir.get(cache_key)
|
||||
if cached_response is not None:
|
||||
logger.debug(f'Cache hit for {cache_key}')
|
||||
return cached_response
|
||||
return cached_response # type: ignore
|
||||
|
||||
for message in messages:
|
||||
message.content = self._clean_input(message.content)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue