Skip to content

Commit 4e642b4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent bf70856 commit 4e642b4

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

Tests/test_image.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@
66

77
import pytest
88

9-
from PIL import (
10-
Image,
11-
ImageDraw,
12-
ImagePalette,
13-
TiffImagePlugin,
14-
UnidentifiedImageError,
15-
)
9+
from PIL import Image, ImageDraw, ImagePalette, TiffImagePlugin, UnidentifiedImageError
1610

1711
from .helper import (
1812
assert_image_equal,

0 commit comments

Comments
 (0)