update the test case #271
Annotations
10 errors and 2 warnings
|
Run Ruff linter:
backend/lambda_handler.py#L5172
lambda_handler.py:5172:5: F841 Local variable `auth_user` is assigned to but never used
help: Remove assignment to unused variable `auth_user`
|
|
Run Ruff linter:
backend/lambda_handler.py#L81
lambda_handler.py:81:1: E402 Module level import not at top of file
|
|
Run Ruff linter:
backend/lambda_handler.py#L74
lambda_handler.py:74:1: E402 Module level import not at top of file
|
|
Run Ruff linter:
backend/lambda_handler.py#L72
lambda_handler.py:72:1: E402 Module level import not at top of file
|
|
Run Ruff linter:
backend/lambda_handler.py#L71
lambda_handler.py:71:1: E402 Module level import not at top of file
|
|
Run Ruff linter:
backend/lambda_handler.py#L62
lambda_handler.py:62:1: E402 Module level import not at top of file
|
|
Run Ruff linter:
backend/lambda_handler.py#L61
lambda_handler.py:61:1: E402 Module level import not at top of file
|
|
Run Ruff linter:
backend/agent.py#L22
agent.py:22:5: F401 `llm_client.is_claude_model` imported but unused
help: Remove unused import
|
|
Run Ruff linter:
backend/agent.py#L19
agent.py:19:5: F401 `llm_client.openai_chat_stream` imported but unused
help: Remove unused import
|
|
Run Ruff linter:
backend/agent.py#L18
agent.py:18:5: F401 `llm_client.openai_chat` imported but unused
help: Remove unused import
|
|
Check for common issues
Found print statements - consider using logging instead
|
|
Run Ruff formatter check
Code formatting issues detected
|
background
wait
wait-all
cancel
Loading