You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Lint initialization
This commit is contained in:
@@ -1476,7 +1476,7 @@ class FragmentsWalker(pysource.SourceWalker, object):
|
|||||||
# as a custom rule
|
# as a custom rule
|
||||||
start = len(self.f.getvalue())
|
start = len(self.f.getvalue())
|
||||||
n = len(node) - 1
|
n = len(node) - 1
|
||||||
|
j = 0
|
||||||
if node.kind != "expr":
|
if node.kind != "expr":
|
||||||
if node == "kwarg":
|
if node == "kwarg":
|
||||||
self.template_engine(("(%[0]{attr}=%c)", 1), node)
|
self.template_engine(("(%[0]{attr}=%c)", 1), node)
|
||||||
|
Reference in New Issue
Block a user