Skip to content

Commit

Permalink
Updated import order
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <[email protected]>
  • Loading branch information
radarhere and hugovk authored Jan 20, 2024
1 parent 9454c28 commit a18cee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
import sysconfig
import tempfile
from io import BytesIO
from typing import Any, Callable, Sequence

import pytest
from packaging.version import parse as parse_version
from typing import Any, Callable, Sequence

from PIL import Image, ImageMath, features

Expand Down

0 comments on commit a18cee3

Please sign in to comment.