Skip to content

Commit

Permalink
Merge pull request #378 from kevinah95/chore/remove-unused-function_s…
Browse files Browse the repository at this point in the history
…tack-property

chore: Remove unused function_stack property
  • Loading branch information
terryyin authored Aug 18, 2023
2 parents e7114a1 + 3b21d7c commit 3f4c17f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@ class NestingStack(object):
def __init__(self):
self.nesting_stack = []
self.pending_function = None
self.function_stack = []

def with_namespace(self, name):
return ''.join([x.name_in_space for x in self.nesting_stack] + [name])
Expand Down

0 comments on commit 3f4c17f

Please sign in to comment.