mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 17:06:16 +03:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
f6596d5293
commit
8f3860c29b
|
@ -1,7 +1,5 @@
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
import pytest
|
|
||||||
|
|
||||||
from PIL import Image, ImageMath
|
from PIL import Image, ImageMath
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -236,9 +236,11 @@ ops = {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
def lambda_eval(expression: Callable[[dict[str, Any]], Any],
|
def lambda_eval(
|
||||||
|
expression: Callable[[dict[str, Any]], Any],
|
||||||
_dict: dict[str, Any] = {},
|
_dict: dict[str, Any] = {},
|
||||||
**kw: Any,) -> Any:
|
**kw: Any,
|
||||||
|
) -> Any:
|
||||||
"""
|
"""
|
||||||
Returns the result of an image function.
|
Returns the result of an image function.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user