mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-12 07:16:54 +08:00
fix_pylint_for_CI (#1119)
* fix_pylint_for_CI * reformat_with_black * fix_pylint_C3001 * fix_flake8_error
This commit is contained in:
@@ -145,7 +145,7 @@ class DataQueue(Generic[T]):
|
||||
def __iter__(self):
|
||||
if not self._activated:
|
||||
raise ValueError(
|
||||
"Need to call activate() to launch a daemon worker " "to produce data into data queue before using it."
|
||||
"Need to call activate() to launch a daemon worker to produce data into data queue before using it."
|
||||
)
|
||||
return self._consumer()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user