Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update client.py sleep_time typing for run_in_thread function (#2977)
Changed from `sleep_time: int = 0` to `sleep_time: float = 0.0` To avoid Pylance complaining: `Argument of type "float" cannot be assigned to parameter "sleep_time" of type "int" in function "run_in_thread" "float" is incompatible with "int"`
- Loading branch information