From b754a1b069e344ab9404db65485461c60849a4f3 Mon Sep 17 00:00:00 2001 From: tserg <8017125+tserg@users.noreply.github.com> Date: Thu, 18 May 2023 15:34:59 +0800 Subject: [PATCH] undo blank line --- vyper/semantics/analysis/local.py | 1 - 1 file changed, 1 deletion(-) diff --git a/vyper/semantics/analysis/local.py b/vyper/semantics/analysis/local.py index 5dddad6ed2..104b5b0bf7 100644 --- a/vyper/semantics/analysis/local.py +++ b/vyper/semantics/analysis/local.py @@ -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],