[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2023-12-24 08:41:59 +00:00
parent bc01ee28ed
commit 76179a2ea1
3 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
from __future__ import annotations
from io import BytesIO from io import BytesIO
import pytest import pytest

View File

@ -1,3 +1,5 @@
from __future__ import annotations
import struct import struct
from io import BytesIO from io import BytesIO

View File

@ -16,6 +16,7 @@
# See the README file for information on usage and redistribution. # See the README file for information on usage and redistribution.
# #
from __future__ import annotations from __future__ import annotations
from io import BytesIO from io import BytesIO
from . import BmpImagePlugin, IcoImagePlugin, Image, ImageFile from . import BmpImagePlugin, IcoImagePlugin, Image, ImageFile