Addressing comment on PR #836 #26
Annotations
10 errors
|
Ruff (W293):
tests/entrypoints/openai_api/test_serving_chat_modalities.py#L100
tests/entrypoints/openai_api/test_serving_chat_modalities.py:100:1: W293 Blank line contains whitespace
|
|
Ruff (W293):
tests/entrypoints/openai_api/test_serving_chat_modalities.py#L87
tests/entrypoints/openai_api/test_serving_chat_modalities.py:87:1: W293 Blank line contains whitespace
|
|
Ruff (W293):
tests/entrypoints/openai_api/test_serving_chat_modalities.py#L82
tests/entrypoints/openai_api/test_serving_chat_modalities.py:82:1: W293 Blank line contains whitespace
|
|
Ruff (W293):
tests/entrypoints/openai_api/test_serving_chat_modalities.py#L67
tests/entrypoints/openai_api/test_serving_chat_modalities.py:67:1: W293 Blank line contains whitespace
|
|
Ruff (W293):
tests/entrypoints/openai_api/test_serving_chat_modalities.py#L59
tests/entrypoints/openai_api/test_serving_chat_modalities.py:59:1: W293 Blank line contains whitespace
|
|
Ruff (W293):
tests/entrypoints/openai_api/test_serving_chat_modalities.py#L52
tests/entrypoints/openai_api/test_serving_chat_modalities.py:52:1: W293 Blank line contains whitespace
|
|
Ruff (W293):
tests/entrypoints/openai_api/test_serving_chat_modalities.py#L40
tests/entrypoints/openai_api/test_serving_chat_modalities.py:40:1: W293 Blank line contains whitespace
|
|
Ruff (W293):
tests/entrypoints/openai_api/test_serving_chat_modalities.py#L35
tests/entrypoints/openai_api/test_serving_chat_modalities.py:35:1: W293 Blank line contains whitespace
|
|
Ruff (F401):
tests/entrypoints/openai_api/test_serving_chat_modalities.py#L9
tests/entrypoints/openai_api/test_serving_chat_modalities.py:9:38: F401 `unittest.mock.AsyncMock` imported but unused
|
|
Ruff (I001):
tests/entrypoints/openai_api/test_serving_chat_modalities.py#L9
tests/entrypoints/openai_api/test_serving_chat_modalities.py:9:1: I001 Import block is un-sorted or un-formatted
|