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