ruff linting

This commit is contained in:
Alex
2023-09-27 18:01:40 +01:00
parent b8acb860aa
commit 852de8bdfc
4 changed files with 23 additions and 16 deletions

View File

@@ -1,5 +1,4 @@
from abc import ABC, abstractmethod
import json
class BaseLLM(ABC):