Skip to content

Commit

Permalink
chore: mockclient mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
dtdang committed Oct 12, 2023
1 parent 33ab14d commit 662d690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ape_safe/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def post_signature(
class MockSafeClient(BaseSafeClient, ManagerAccessMixin):
def __init__(self, contract: ContractInstance):
self.contract = contract
self.transactions: Dict[SafeTxID, SafeApiTxData] = {}
self.transactions: Dict[SafeTx | SafeTxID, SafeApiTxData] = {}
self.transactions_by_nonce: Dict[int, List[SafeTxID]] = {}

@property
Expand Down

0 comments on commit 662d690

Please sign in to comment.