better #1
Annotations
5 errors
Ruff (F401):
gifing/__init__.py#L1
gifing/__init__.py:1:19: F401 `.main.Gif` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Ruff (F401):
tests/test_get_images.py#L1
tests/test_get_images.py:1:8: F401 `pytest` imported but unused
|
Ruff (F401):
tests/test_set_background_color.py#L1
tests/test_set_background_color.py:1:8: F401 `pytest` imported but unused
|
Ruff (F401):
tests/test_set_size.py#L1
tests/test_set_size.py:1:8: F401 `pytest` imported but unused
|
ruff
Process completed with exit code 1.
|