Skip to content

Commit

Permalink
Review fix
Browse files Browse the repository at this point in the history
Signed-off-by: cyc60 <[email protected]>
  • Loading branch information
cyc60 committed Nov 19, 2024
1 parent a5fffea commit ca2bd53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/contracts.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
class ContractWrapper:
abi_path: str = ''
settings_key: str = ''
execution_client: AsyncWeb3

def __init__(self, execution_client: AsyncWeb3 | None = None):
self.execution_client = execution_client or default_execution_client
Expand Down

0 comments on commit ca2bd53

Please sign in to comment.