Commit 63239fa
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"`1 parent 30c1686 commit 63239fa
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1100 | 1100 | | |
1101 | 1101 | | |
1102 | 1102 | | |
1103 | | - | |
| 1103 | + | |
1104 | 1104 | | |
1105 | 1105 | | |
1106 | 1106 | | |
| |||
0 commit comments