Skip to content

Commit e732d8d

Browse files
committed
fix style
1 parent d1988b5 commit e732d8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ethereum_test_forks/forks/forks.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@ def fn(
196196
return_cost_deducted_prior_execution: bool = False,
197197
) -> int:
198198
assert access_list is None, f"Access list is not supported in {cls.name()}"
199-
assert (
200-
authorization_list_or_count is None
201-
), f"Authorizations are not supported in {cls.name()}"
199+
assert authorization_list_or_count is None, (
200+
f"Authorizations are not supported in {cls.name()}"
201+
)
202202

203203
intrinsic_cost: int = gas_costs.G_TRANSACTION
204204

0 commit comments

Comments
 (0)