Skip to content

Commit a18cee3

Browse files
radarherehugovk
andauthored
Updated import order
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 9454c28 commit a18cee3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
import sysconfig
1212
import tempfile
1313
from io import BytesIO
14+
from typing import Any, Callable, Sequence
1415

1516
import pytest
1617
from packaging.version import parse as parse_version
17-
from typing import Any, Callable, Sequence
1818

1919
from PIL import Image, ImageMath, features
2020

0 commit comments

Comments
 (0)