[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2024-04-01 06:17:00 +00:00
parent f6596d5293
commit 8f3860c29b
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,5 @@
from __future__ import annotations
import pytest
from PIL import Image, ImageMath

View File

@ -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] = {},
**kw: Any,) -> Any:
**kw: Any,
) -> Any:
"""
Returns the result of an image function.