We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccbbbba commit 8a7cb2fCopy full SHA for 8a7cb2f
1 file changed
src/mpyflow/library/workable/element.py
@@ -11,7 +11,7 @@
11
from mpyflow.shared.interfaces.logger import SyncStdoutInterface
12
from mpyflow.shared.interfaces.work import WorkInterface
13
from multiprocessing import synchronize
14
-from typing import final, AsyncIterator
+from typing import Any, final, AsyncIterator
15
16
17
@final
@@ -90,7 +90,7 @@ def __init__(
90
self,
91
ctx: multiprocessing.context.SpawnContext,
92
work_instance: WorkInterface[IN, OT],
93
- io_instance: IOInterface[IN, OT],
+ io_instance: IOInterface[IN, Any],
94
/,
95
) -> None:
96
super().__init__()
0 commit comments