Feature/better structure #215
Annotations
10 errors
application/api/answer/routes.py#L334
application/api/answer/routes.py:334:121: E501 Line too long (121 > 120 characters)
|
application/api/answer/routes.py#L338
application/api/answer/routes.py:338:121: E501 Line too long (122 > 120 characters)
|
application/api/internal/routes.py#L3
application/api/internal/routes.py:3:39: F401 `flask.jsonify` imported but unused
|
application/api/internal/routes.py#L4
application/api/internal/routes.py:4:8: F401 `requests` imported but unused
|
application/llm/base.py#L2
application/llm/base.py:2:8: F401 `json` imported but unused
|
application/vectorstore/base.py#L36
application/vectorstore/base.py:36:121: E501 Line too long (121 > 120 characters)
|
tests/llm/test_openai.py#L4
tests/llm/test_openai.py:4:34: F401 `unittest.mock.Mock` imported but unused
|
tests/llm/test_openai.py#L5
tests/llm/test_openai.py:5:47: F401 `application.llm.openai.AzureOpenAILLM` imported but unused
|
tests/test_app.py#L15
tests/test_app.py:15:35: F841 Local variable `UPLOAD_FOLDER` is assigned to but never used
|
tests/test_celery.py#L1
tests/test_celery.py:1:20: F401 `celery.Celery` imported but unused
|
The logs for this run have expired and are no longer available.
Loading