Skip to content

Commit

Permalink
Lint initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Jul 18, 2024
1 parent 25675f2 commit ce690f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uncompyle6/semantics/fragments.py
Original file line number Diff line number Diff line change
Expand Up @@ -1476,7 +1476,7 @@ def print_super_classes3(self, node):
# as a custom rule
start = len(self.f.getvalue())
n = len(node) - 1

j = 0
if node.kind != "expr":
if node == "kwarg":
self.template_engine(("(%[0]{attr}=%c)", 1), node)
Expand Down

0 comments on commit ce690f3

Please sign in to comment.