mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-30 18:03:07 +03:00
remove _makeself deprecated method
This commit is contained in:
parent
5773fd8396
commit
14734b1d97
|
@ -530,8 +530,6 @@ class Image(object):
|
||||||
new.info = self.info.copy()
|
new.info = self.info.copy()
|
||||||
return new
|
return new
|
||||||
|
|
||||||
_makeself = _new # compatibility
|
|
||||||
|
|
||||||
# Context Manager Support
|
# Context Manager Support
|
||||||
def __enter__(self):
|
def __enter__(self):
|
||||||
return self
|
return self
|
||||||
|
|
Loading…
Reference in New Issue
Block a user