mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
much stricter ruff linting
Co-authored-by: Copilot <copilot@github.com> Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -131,7 +131,7 @@ def apply_srgb(
|
||||
flags=flags
|
||||
)
|
||||
else:
|
||||
img = cast(Image, profileToProfile(
|
||||
img = cast('Image', profileToProfile(
|
||||
img,
|
||||
profile,
|
||||
_SRGB,
|
||||
|
||||
Reference in New Issue
Block a user