Updated import order

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
Andrew Murray 2024-01-20 21:26:31 +11:00 committed by GitHub
parent 9454c28f0f
commit a18cee35ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,10 +11,10 @@ import sys
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