From fcf49198304d5597ff142aff4e0acbbc5d91f4e4 Mon Sep 17 00:00:00 2001 From: Grzegorz Milka Date: Tue, 17 Sep 2024 15:05:38 +0200 Subject: [PATCH] fix(finpension): remove ctx --- fetcher/tool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetcher/tool.py b/fetcher/tool.py index 5d26e9b..bbe5ae8 100755 --- a/fetcher/tool.py +++ b/fetcher/tool.py @@ -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"."""