Skip to content

Commit 3529348

Browse files
committed
chore(ruff): changes to tests/istanbul/.
1 parent 31a65cd commit 3529348

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

tests/istanbul/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
"""
2-
Test cases for EVM functionality introduced in Istanbul.
3-
"""
1+
"""Test cases for EVM functionality introduced in Istanbul."""

tests/istanbul/eip1344_chainid/test_chainid.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414

1515
@pytest.mark.valid_from("Istanbul")
1616
def test_chainid(state_test: StateTestFiller, pre: Alloc):
17-
"""
18-
Test CHAINID opcode.
19-
"""
17+
"""Test CHAINID opcode."""
2018
env = Environment(
2119
fee_recipient="0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
2220
difficulty=0x20000,

0 commit comments

Comments
 (0)