From 80de5ad686fc3d584dc854427a26f2646c4aa511 Mon Sep 17 00:00:00 2001 From: Jacob Rockland Date: Thu, 29 Nov 2018 11:26:48 -0700 Subject: [PATCH] Make the linter happy --- tests/parser/functions/test_reset.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/parser/functions/test_reset.py b/tests/parser/functions/test_reset.py index efdba3af783..8f89f049bb3 100644 --- a/tests/parser/functions/test_reset.py +++ b/tests/parser/functions/test_reset.py @@ -295,4 +295,3 @@ def foo(): c = get_contract_with_gas_estimation(code) c.foo() -