Skip to content

Generate system style previews #2537

Generate system style previews

Generate system style previews #2537

GitHub Actions / flake8 failed Dec 21, 2023 in 0s

reviewdog [flake8] report

reported by reviewdog 🐶

Findings (1)

src/style_io.py|8 col 1| Import statements are in the wrong order. 'from PIL import Image' should be before 'import numpy' and in a different group.

Filtered Findings (0)

Annotations

Check notice on line 8 in src/style_io.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] src/style_io.py#L8 <100>

Import statements are in the wrong order. 'from PIL import Image' should be before 'import numpy' and in a different group.
Raw output
./src/style_io.py:8:1: I100 Import statements are in the wrong order. 'from PIL import Image' should be before 'import numpy' and in a different group.