Skip to content

Commit bfcdca8

Browse files
committed
fix: ruff format
1 parent e6392a7 commit bfcdca8

4 files changed

Lines changed: 0 additions & 5 deletions

File tree

tests/lean_spec/client/test_block.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414

1515
def test_block():
16-
1716
Block(
1817
slot=U64(1),
1918
parent=Bytes32(b"\x02" * 32),

tests/lean_spec/client/test_checkpoint.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99

1010

1111
def test_checkpoint():
12-
1312
Checkpoint(
1413
root=Bytes32(b"\x42" * 32),
1514
slot=U64(42),
1615
)
17-

tests/lean_spec/client/test_state.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717

1818
def test_state():
19-
2019
State(
2120
latest_justified=Checkpoint(
2221
root=Bytes32(b"\x00" * 32),

tests/lean_spec/client/test_vote.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111

1212
def test_vote():
13-
1413
Vote(
1514
validator_id=U64(1),
1615
slot=U64(2),

0 commit comments

Comments
 (0)