Remove Optional typing from wait_for_event deadline parameter
Fixes mypy error:
Unsupported operand types for - ("None" and "float")
Motivation:
There is no sense in calling wait_for_event function with
None as deadline. There should always be a certain waiting time specified.
Loading
Please sign in to comment