fix mypy/flake8
This commit is contained in:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user