Skip to content

Commit 0a1dfe1

Browse files
fix lint tests
1 parent d1f575c commit 0a1dfe1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/parser/functions/test_abi_decode.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,6 @@ def abi_decode(x: Bytes[96]) -> Bytes[21]:
372372
assert_tx_failed(lambda: c.abi_decode(abi.encode("(bytes)", (b"a" * 22,))))
373373

374374

375-
376375
@pytest.mark.parametrize(
377376
"output_typ,input_",
378377
[

0 commit comments

Comments
 (0)