We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1988b5 commit e732d8dCopy full SHA for e732d8d
src/ethereum_test_forks/forks/forks.py
@@ -196,9 +196,9 @@ def fn(
196
return_cost_deducted_prior_execution: bool = False,
197
) -> int:
198
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()}"
+ assert authorization_list_or_count is None, (
+ f"Authorizations are not supported in {cls.name()}"
+ )
202
203
intrinsic_cost: int = gas_costs.G_TRANSACTION
204
0 commit comments