mirror of
https://github.com/Paillat-dev/viralfactory.git
synced 2026-01-02 17:24:54 +00:00
I have no time to review my commit
This commit is contained in:
@@ -7,7 +7,6 @@ from ..chore import GenerationContext
|
||||
from ..models import SessionLocal, File, Setting
|
||||
|
||||
|
||||
# noinspection PyTypeChecker
|
||||
class BaseEngine(ABC):
|
||||
num_options: int
|
||||
name: str
|
||||
@@ -15,7 +14,6 @@ class BaseEngine(ABC):
|
||||
|
||||
def __init__(self):
|
||||
self.ctx: GenerationContext # This is for type hinting only
|
||||
pass
|
||||
|
||||
@classmethod
|
||||
@abstractmethod
|
||||
|
||||
Reference in New Issue
Block a user