Skip to content

Missing submit button #57

Missing submit button

Missing submit button #57

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Flake8 failed Nov 16, 2023 in 0s

3 errors

Flake8 found 3 errors

Annotations

Check failure on line 29 in app/constants/websockets_constants.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

app/constants/websockets_constants.py#L29

Trailing whitespace (W291)

Check failure on line 60 in app/user_prompt_support/user_prompt_manager.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

app/user_prompt_support/user_prompt_manager.py#L60

Local variable 'message_type' is assigned to but never used (F841)

Check failure on line 61 in app/user_prompt_support/user_prompt_manager.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

app/user_prompt_support/user_prompt_manager.py#L61

Blank line contains whitespace (W293)