From b3eb9f21aa6ff01221d5711620e83f774873280b Mon Sep 17 00:00:00 2001 From: tserg <8017125+tserg@users.noreply.github.com> Date: Mon, 18 Dec 2023 22:19:41 +0800 Subject: [PATCH] fix lint --- tests/functional/syntax/test_bytes.py | 7 +------ tests/functional/syntax/test_logging.py | 2 +- tests/functional/syntax/test_minmax.py | 2 +- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/tests/functional/syntax/test_bytes.py b/tests/functional/syntax/test_bytes.py index da62e9e6ef..288d2e191d 100644 --- a/tests/functional/syntax/test_bytes.py +++ b/tests/functional/syntax/test_bytes.py @@ -1,12 +1,7 @@ import pytest from vyper import compiler -from vyper.exceptions import ( - InvalidOperation, - StructureException, - SyntaxException, - TypeMismatch, -) +from vyper.exceptions import InvalidOperation, StructureException, SyntaxException, TypeMismatch fail_list = [ ( diff --git a/tests/functional/syntax/test_logging.py b/tests/functional/syntax/test_logging.py index 6c6e76a28c..edc728bd89 100644 --- a/tests/functional/syntax/test_logging.py +++ b/tests/functional/syntax/test_logging.py @@ -30,7 +30,7 @@ def foo(): @external def test(): log Test(-7) - """ + """, ] diff --git a/tests/functional/syntax/test_minmax.py b/tests/functional/syntax/test_minmax.py index 2d9598acb3..037b36cf4d 100644 --- a/tests/functional/syntax/test_minmax.py +++ b/tests/functional/syntax/test_minmax.py @@ -1,6 +1,6 @@ import pytest -from vyper.exceptions import InvalidType, TypeMismatch +from vyper.exceptions import TypeMismatch fail_list = [ (