Skip to content

Commit

Permalink
fix(finpension): remove ctx
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorias committed Sep 17, 2024
1 parent 8d26206 commit fcf4919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetcher/tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ async def run():


@cli.command()
def pull_finpension(ctx) -> None:
def pull_finpension() -> None:
"""Prints Finpension’s portfolio total.
It will print a line with the value like "12123.12\n"."""
Expand Down

0 comments on commit fcf4919

Please sign in to comment.