Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Dec 20, 2024
1 parent 26efc7b commit f28f73d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ape/api/networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,9 @@ def decode_returndata(self, abi: "MethodABI", raw_data: bytes) -> Any:

@raises_not_implemented
def get_deployment_address( # type: ignore[empty-body]
self, address: AddressType, nonce: int,
self,
address: AddressType,
nonce: int,
) -> AddressType:
"""
Calculate the deployment address of a contract before it is deployed.
Expand Down

0 comments on commit f28f73d

Please sign in to comment.