Skip to content

Commit

Permalink
Add missin return type
Browse files Browse the repository at this point in the history
  • Loading branch information
walterriddler committed Dec 7, 2024
1 parent 1f9b65e commit 09df3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/claim_staking_rewards.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
)


def _is_keystore(pkeypath: Path):
def _is_keystore(pkeypath: Path) -> bool:
try:
with open(pkeypath, 'r') as f:
json.load(f)
Expand Down

0 comments on commit 09df3de

Please sign in to comment.