mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-26 15:14:45 +03:00
Type annotations: Add Union & Any to aliases.py.
This commit is contained in:
parent
363e409b58
commit
4c45a312f0
|
@ -1,4 +1,5 @@
|
||||||
from typing import Tuple
|
from typing import Tuple, Union
|
||||||
|
from typing import Any
|
||||||
|
|
||||||
# Type aliases; names subject to change
|
# Type aliases; names subject to change
|
||||||
LURD = Tuple[int, int, int, int] # left, up(per), right, down = x0, y0, x1, y1
|
LURD = Tuple[int, int, int, int] # left, up(per), right, down = x0, y0, x1, y1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user