Skip to content

Commit 02828b3

Browse files
committed
fix: ColorType type
1 parent ed42115 commit 02828b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_image_diff/_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
ImageSize = Tuple[int, int]
1515
ColorModeType = Literal["RGB", "RGBA"]
1616
ImageDiffColorModeType = Union[ColorModeType, None]
17-
ColorType = tuple[int, int, int]
17+
ColorType = Tuple[int, int, int]
1818

1919

2020
class ImageRegressionCallableType(Protocol):

0 commit comments

Comments
 (0)