Piotrm request client #707
23 new alerts including 1 error
New alerts in code changed by this pull request
- 1 error
- 3 warnings
- 19 notes
See annotations below for details.
Annotations
Check notice on line 82 in src/python/library/tritonclient/hl/client.py
Code scanning / CodeQL
Unused global variable Note
Check warning on line 266 in src/python/library/tritonclient/hl/lw/http.py
Code scanning / CodeQL
Variable defined multiple times Warning
before this value is used.
Check warning on line 191 in src/python/library/tritonclient/hl/client.py
Code scanning / CodeQL
`__init__` method calls overridden method Warning
in __init__ method, which is overridden by .
Check notice on line 35 in src/python/library/tritonclient/hl/client.py
Code scanning / CodeQL
Unused import Note
Check notice on line 36 in src/python/library/tritonclient/hl/client.py
Code scanning / CodeQL
Unused import Note
Check notice on line 42 in src/python/library/tritonclient/hl/client.py
Code scanning / CodeQL
Unused import Note
Check notice on line 43 in src/python/library/tritonclient/hl/client.py
Code scanning / CodeQL
Unused import Note
Check notice on line 44 in src/python/library/tritonclient/hl/client.py
Code scanning / CodeQL
Unused import Note
Check notice on line 59 in src/python/library/tritonclient/hl/client.py
Code scanning / CodeQL
Unused import Note
Check notice on line 30 in src/python/library/tritonclient/hl/lw/grpc.py
Code scanning / CodeQL
Unused import Note
Check notice on line 319 in src/python/library/tritonclient/hl/client.py
Code scanning / CodeQL
Explicit returns mixed with implicit (fall through) returns Note
Check warning on line 301 in src/python/library/tritonclient/hl/lw/infer_input.py
Code scanning / CodeQL
Unreachable code Warning
Check notice on line 750 in src/python/library/tritonclient/hl/client.py
Code scanning / CodeQL
Commented-out code Note
Check notice on line 769 in src/python/library/tritonclient/hl/client.py
Code scanning / CodeQL
Commented-out code Note
Check notice on line 875 in src/python/library/tritonclient/hl/client.py
Code scanning / CodeQL
Commented-out code Note
Check notice on line 59 in src/python/library/tritonclient/hl/model_config/parser.py
Code scanning / CodeQL
Commented-out code Note
Check notice on line 212 in src/python/library/tritonclient/hl/utils.py
Code scanning / CodeQL
Commented-out code Note
Check notice on line 45 in src/python/library/tritonclient/hl/client.py
Code scanning / CodeQL
Unused import Note
Check notice on line 21 in src/python/library/tritonclient/hl/lw/http.py
Code scanning / CodeQL
Unused import Note
Check notice on line 16 in src/python/library/tritonclient/hl/lw/infer_input.py
Code scanning / CodeQL
Unused import Note
Check notice on line 116 in src/python/library/tritonclient/_client.py
Code scanning / CodeQL
Should use a 'with' statement Note
is closed in a finally block. Consider using 'with' statement.
Check notice on line 915 in src/python/library/tritonclient/hl/client.py
Code scanning / CodeQL
Unnecessary lambda Note
Check failure on line 262 in src/python/library/tritonclient/hl/lw/http.py
Code scanning / CodeQL
Illegal raise Error