We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd8bc08 commit cf0a469Copy full SHA for cf0a469
1 file changed
src/arguments/api_test.py
@@ -19,7 +19,7 @@ def get_request(cls):
19
try:
20
request_headers = json.loads(input_headers)
21
# If Exception Occurs while Parsing Headers Printing info
22
- except Exception as ex:
+ except Exception:
23
print("Failed to parse Input Headers")
24
25
0 commit comments