Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Apr 7, 2024
1 parent 67d0209 commit 3c2d697
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/functional/builtins/codegen/test_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
int_bounds,
is_checksum_encoded,
quantize,
round_towards_zero,
unsigned_to_signed,
)

Expand Down
2 changes: 1 addition & 1 deletion tests/functional/builtins/folding/test_epsilon.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pytest

from tests.utils import parse_and_fold, decimal_to_int
from tests.utils import decimal_to_int, parse_and_fold


@pytest.mark.parametrize("typ_name", ["decimal"])
Expand Down
1 change: 1 addition & 0 deletions tests/unit/semantics/types/test_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from vyper.semantics.types.user import EventT
from vyper.utils import keccak256


def keccak256_int(signature_str):
return int.from_bytes(keccak256(signature_str.encode()), "big")

Expand Down

0 comments on commit 3c2d697

Please sign in to comment.