Skip to content

Commit ee84978

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a318c57 commit ee84978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/test_file_wmf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
from __future__ import annotations
22

3+
import sys
34
from io import BytesIO
45
from pathlib import Path
56
from typing import IO
67

7-
import sys
88
import pytest
99

1010
from PIL import Image, ImageFile, WmfImagePlugin

0 commit comments

Comments
 (0)