Skip to content

Commit 6d2fe42

Browse files
committed
Reformat code of `test_file_jpeg.py.
1 parent 95ace8a commit 6d2fe42

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

Tests/test_file_jpeg.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@
33
from io import BytesIO
44

55
import pytest
6-
from PIL import ExifTags, Image, ImageFile, JpegImagePlugin, UnidentifiedImageError, features
6+
from PIL import (
7+
ExifTags,
8+
Image,
9+
ImageFile,
10+
JpegImagePlugin,
11+
UnidentifiedImageError,
12+
features,
13+
)
714

815
from .helper import (
916
assert_image,

0 commit comments

Comments
 (0)