Skip to content

Commit

Permalink
fix: type
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Dec 20, 2024
1 parent 0e79592 commit c9aa0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ape/api/transactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def validate_gas_limit(cls, value):
return value

@property
def gas(self) -> int:
def gas(self) -> Optional[int]:
"""
Alias for ``.gas_limit``.
"""
Expand Down

0 comments on commit c9aa0ed

Please sign in to comment.