Skip to content

Commit ae6fa4a

Browse files
committed
minus2
1 parent b5f7557 commit ae6fa4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PIL/Image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ def _new(self, im: core.ImagingCore) -> Image:
590590
return new
591591

592592
# Context manager support
593-
def __enter__(self) -> Image:
593+
def __enter__(self):
594594
return self
595595

596596
def __exit__(self, *args: object) -> None:

0 commit comments

Comments
 (0)