fix mypy/flake8

This commit is contained in:
robcaulk
2022-09-17 17:51:06 +02:00
parent d056d766ed
commit 7b1d409c98
2 changed files with 4 additions and 4 deletions

View File

@@ -92,7 +92,7 @@ class IFreqaiModel(ABC):
self._threads: List[threading.Thread] = []
self._stop_event = threading.Event()
self.strategy: IStrategy = None
self.strategy: Optional[IStrategy] = None
def __getstate__(self):
"""