Skip to content

Commit 2208160

Browse files
removes extra else
1 parent ca450b5 commit 2208160

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/tests/test_commit_reveal.py

-3
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,6 @@ async def test_generate_commit_various_tempos():
153153
f"Not enough lead time: reveal_time={computed_reveal_time}, "
154154
f"start_time={start_time}, required={required_lead_time}"
155155
)
156-
else:
157-
pass
158-
159156

160157

161158
def compute_expected_reveal_round(

0 commit comments

Comments
 (0)