mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Merge pull request #3149 from radarhere/super
Removed unnecessary init method
This commit is contained in:
commit
b5357c4e37
|
@ -240,9 +240,6 @@ class PdfArray(list):
|
|||
|
||||
|
||||
class PdfDict(UserDict):
|
||||
def __init__(self, *args, **kwargs):
|
||||
UserDict.__init__(self, *args, **kwargs)
|
||||
|
||||
def __setattr__(self, key, value):
|
||||
if key == "data":
|
||||
if hasattr(UserDict, "__setattr__"):
|
||||
|
|
Loading…
Reference in New Issue
Block a user