issue #74: Implement batch import route in Backend #90
Annotations
9 errors and 1 warning
Lint with ruff:
tests/test_image_batch_import.py#L2
tests/test_image_batch_import.py:2:8: F401 `asyncio` imported but unused
|
Lint with ruff:
tests/test_image_batch_import.py#L4
tests/test_image_batch_import.py:4:17: F401 `app.app` imported but unused
|
Lint with ruff:
tests/test_image_batch_import.py#L4
tests/test_image_batch_import.py:4:22: F401 `app.json` imported but unused
|
Lint with ruff:
tests/test_image_batch_import.py#L4
tests/test_image_batch_import.py:4:28: F401 `app.base64` imported but unused
|
Lint with ruff:
tests/test_image_batch_import.py#L4
tests/test_image_batch_import.py:4:36: F401 `app.Image` imported but unused
|
Lint with ruff:
tests/test_image_batch_import.py#L4
tests/test_image_batch_import.py:4:43: F401 `app.io` imported but unused
|
Lint with ruff:
tests/test_image_batch_import.py#L5
tests/test_image_batch_import.py:5:27: F401 `unittest.mock.patch` imported but unused
|
Lint with ruff:
tests/test_image_batch_import.py#L5
tests/test_image_batch_import.py:5:34: F401 `unittest.mock.Mock` imported but unused
|
Lint with ruff
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading