Skip to content

Commit

Permalink
lint: mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
banteg committed Jun 12, 2024
1 parent 13b77cb commit 58acd48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ape_safe/multisend.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
MULTISEND_CALL_ONLY_MANIFEST = PackageManifest.model_validate_json(
files("ape_safe").joinpath("manifests/multisend.json").read_text()
)
MULTISEND_CALL_ONLY = MULTISEND_CALL_ONLY_MANIFEST.contract_types["MultiSendCallOnly"]
MULTISEND_CALL_ONLY = MULTISEND_CALL_ONLY_MANIFEST.contract_types["MultiSendCallOnly"] # type: ignore


class MultiSend(ManagerAccessMixin):
Expand Down

0 comments on commit 58acd48

Please sign in to comment.