Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Nov 13, 2023
1 parent e14da49 commit 9b94fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vyper/semantics/analysis/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ def visit(self, node, typ):

folded_value = node._metadata.get("folded_value")
if folded_value:
#print("folded value: ", folded_value)
# print("folded value: ", folded_value)
validate_expected_type(folded_value, typ)

# annotate
Expand Down

0 comments on commit 9b94fdd

Please sign in to comment.