mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Updated import order
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
parent
9454c28f0f
commit
a18cee35ff
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user