From 8d5ed1ff248a933172ca30af4de79996a0cd5376 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 16:03:44 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- Tests/oss-fuzz/fuzz_exif.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tests/oss-fuzz/fuzz_exif.py b/Tests/oss-fuzz/fuzz_exif.py index 8271ad91f..c90296c1b 100644 --- a/Tests/oss-fuzz/fuzz_exif.py +++ b/Tests/oss-fuzz/fuzz_exif.py @@ -12,9 +12,10 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +from __future__ import annotations -import sys import io +import sys import atheris from atheris.import_hook import instrument_imports