Skip to content

Commit

Permalink
Revert "try resetting constants in namespace"
Browse files Browse the repository at this point in the history
This reverts commit d508d3f.
  • Loading branch information
tserg committed Oct 23, 2023
1 parent 6c220b0 commit 27dc601
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vyper/semantics/namespace.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def update(self, other):
def clear(self):
super().clear()
self.__init__()
self._constants = {}

def validate_assignment(self, attr):
validate_identifier(attr)
Expand Down

0 comments on commit 27dc601

Please sign in to comment.