mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-05 09:54:13 +03:00
Removed FIXME
This commit is contained in:
parent
e66ebb6428
commit
acd8548f6e
|
@ -548,7 +548,6 @@ class Image:
|
|||
|
||||
def __init__(self) -> None:
|
||||
# FIXME: take "new" parameters / other image?
|
||||
# FIXME: turn mode and size into delegating properties?
|
||||
self._im: core.ImagingCore | DeferredError | None = None
|
||||
self._mode = ""
|
||||
self._size = (0, 0)
|
||||
|
|
Loading…
Reference in New Issue
Block a user