Commit dc36232
committed
Partially workaround mypy bug?
temporalio/client.py:840: error: Overloaded function implementation does not accept all possible arguments of signature 1 [misc]
temporalio/client.py:840: error: Overloaded function implementation does not accept all possible arguments of signature 2 [misc]
temporalio/client.py:840: error: Overloaded function implementation does not accept all possible arguments of signature 3 [misc]
temporalio/client.py:926: error: Overloaded function implementation does not accept all possible arguments of signature 1 [misc]
temporalio/client.py:926: error: Overloaded function implementation does not accept all possible arguments of signature 2 [misc]
temporalio/client.py:926: error: Overloaded function implementation
does not accept all possible arguments of signature 3 [misc]
After this commit would still produce
temporalio/client.py:840: error: Overloaded function implementation does not accept all possible arguments of signature 1 [misc]
temporalio/client.py:926: error: Overloaded function implementation does not accept all possible arguments of signature 1 [misc]1 parent 13227df commit dc36232
File tree
4 files changed
+1375
-119
lines changed- temporalio
- tests
- worker
4 files changed
+1375
-119
lines changed
0 commit comments