Skip to content

Commit 64ab0e6

Browse files
committed
Remove unused constant and comment in tsp_cli_client
Signed-off-by: Bernd Hufmann <[email protected]>
1 parent 7fb809f commit 64ab0e6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tsp_cli_client

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ from termcolor import colored
3939
from tree_model import TreeModel
4040
from tsp.tsp_client import TspClient
4141

42-
# api_token = 'your_token_goes_here'
43-
NS_PER_SEC = 1000000000
44-
4542
TRACE_MISSING = "Trace UUID is missing"
4643

4744
# pylint: disable=consider-using-f-string

0 commit comments

Comments
 (0)