Skip to content

Commit

Permalink
chore: misses pr feedback (#1767)
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey authored Dec 12, 2023
1 parent a1a3ac4 commit 3cd4a43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ape/api/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def send_call(
txn: :class:`~ape.api.transactions.TransactionAPI`
block_id (Optional[:class:`~ape.types.BlockID`]): The block ID
to use to send a call at a historical point of a contract.
checking a past estimation cost of a transaction.
Useful for checking a past estimation cost of a transaction.
state (Optional[Dict]): Modify the state of the blockchain
prior to sending the call, for testing purposes.
**kwargs: Provider-specific extra kwargs.
Expand Down
2 changes: 1 addition & 1 deletion src/ape/cli/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def parse_args(self, ctx: Context, args: List[str]) -> List[str]:
),
None,
):
# Checking instance above, not sure why mypy still made
# Checking instance above, not sure why mypy still mad.
existing_option.type.base_type = base_type # type: ignore

else:
Expand Down

0 comments on commit 3cd4a43

Please sign in to comment.