Skip to content

Commit

Permalink
fix: type of contract
Browse files Browse the repository at this point in the history
  • Loading branch information
z80dev committed Nov 7, 2023
1 parent 91e7ab8 commit f04f67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ape/contracts/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ class ContractEvent(ManagerAccessMixin):

def __init__(
self,
contract: "ContractTypeWrapper",
contract: "ContractContainer",
abi: EventABI,
cached_logs: Optional[List[ContractLog]] = None,
) -> None:
Expand Down

0 comments on commit f04f67f

Please sign in to comment.