diff --git a/Tests/test_file_wmf.py b/Tests/test_file_wmf.py index d8dddca48b8..e60a5b64e55 100644 --- a/Tests/test_file_wmf.py +++ b/Tests/test_file_wmf.py @@ -1,10 +1,10 @@ from __future__ import annotations +import sys from io import BytesIO from pathlib import Path from typing import IO -import sys import pytest from PIL import Image, ImageFile, WmfImagePlugin