Skip to content

Commit 245d994

Browse files
committed
tsp_client: Disable pylint missing-timeout warning
Disable all the missing-timeout warnings in this file, since not doing much about them ever so far. Explicitly do so at least, from now on. Signed-off-by: Marco Miller <marco.miller@ericsson.com>
1 parent 2f17679 commit 245d994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsp/tsp_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
GET_TREE_FAILED = "failed to get tree: {0}"
4545

46-
# pylint: disable=consider-using-f-string
46+
# pylint: disable=consider-using-f-string,missing-timeout
4747

4848

4949
class TspClient:

0 commit comments

Comments
 (0)