chore: ruff formatting

This commit is contained in:
dunkeroni
2024-02-18 23:11:36 -05:00
committed by psychedelicious
parent 2c28a850ca
commit 4de4473c0f
4 changed files with 7 additions and 5 deletions

View File

@ -14,4 +14,4 @@ SCHEDULER_NAME_VALUES = Literal[tuple(SCHEDULER_MAP.keys())]
"""A literal type representing the valid scheduler names."""
IMAGE_MODES = Literal["L", "RGB", "RGBA", "CMYK", "YCbCr", "LAB", "HSV", "I", "F"]
"""A literal type for PIL image modes supported by Invoke"""
"""A literal type for PIL image modes supported by Invoke"""