Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jun 14, 2021
1 parent d0e8feb commit c3dc6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_file_libtiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import pytest

from PIL import Image, ImageFilter, TiffImagePlugin, TiffTags, features
from PIL.TiffImagePlugin import SUBIFD, STRIPOFFSETS
from PIL.TiffImagePlugin import STRIPOFFSETS, SUBIFD

from .helper import (
assert_image_equal,
Expand Down

0 comments on commit c3dc6fd

Please sign in to comment.