Skip to content

Commit

Permalink
undo blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed May 18, 2023
1 parent a5b1924 commit b754a1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vyper/semantics/analysis/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ def __init__(
if hasattr(t, "mutability") and t.mutability == StateMutability.PURE:
# allowed
continue

raise StateAccessViolation(
"not allowed to query contract or environment variables in pure functions",
node_list[0],
Expand Down

0 comments on commit b754a1b

Please sign in to comment.