Skip to content

Commit

Permalink
Unused return value
Browse files Browse the repository at this point in the history
  • Loading branch information
malthe committed Jan 9, 2024
1 parent d172d5d commit deec3d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/chameleon/astutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,6 @@ def __init__(self, transform):

def __call__(self, node):
self.visit(node)
return self.transformed

def visit_arg(self, node) -> None:
scope = self.scopes[-1]
Expand Down

0 comments on commit deec3d0

Please sign in to comment.