Reformat code of `test_file_jpeg.py.

This commit is contained in:
Kirill Kuzminykh 2020-06-22 12:20:57 +03:00
parent 95ace8a39c
commit 6d2fe429c2

View File

@ -3,7 +3,14 @@ import re
from io import BytesIO
import pytest
from PIL import ExifTags, Image, ImageFile, JpegImagePlugin, UnidentifiedImageError, features
from PIL import (
ExifTags,
Image,
ImageFile,
JpegImagePlugin,
UnidentifiedImageError,
features,
)
from .helper import (
assert_image,