Fix formatting for init function.

This commit is contained in:
ReadRoberts 2017-05-25 08:49:20 -07:00 committed by Miguel Sousa
parent 1a6c2fe191
commit 386f16a233

View File

@ -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 = {}