Fix formatting for init function.
This commit is contained in:
parent
1a6c2fe191
commit
386f16a233
@ -1179,7 +1179,7 @@ class DictDecompiler(ByteCodeBase):
|
||||
|
||||
operandEncoding = cffDictOperandEncoding
|
||||
|
||||
def __init__(self, strings, parent = None):
|
||||
def __init__(self, strings, parent=None):
|
||||
self.stack = []
|
||||
self.strings = strings
|
||||
self.dict = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user