Skip to content

Commit

Permalink
fix(forks): tox
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz committed Oct 8, 2024
1 parent 537bf6d commit 2b8a62f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/ethereum_test_forks/forks/forks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1026,11 +1026,7 @@ def call_opcodes(
(Opcodes.EXTCALL, EVMCodeType.EOF_V1),
(Opcodes.EXTSTATICCALL, EVMCodeType.EOF_V1),
(Opcodes.EXTDELEGATECALL, EVMCodeType.EOF_V1),
] + super(
Osaka, cls
).call_opcodes(
block_number, timestamp
)
] + super(Osaka, cls).call_opcodes(block_number, timestamp)

@classmethod
def is_deployed(cls) -> bool:
Expand Down

0 comments on commit 2b8a62f

Please sign in to comment.