quite a bit of development around get rates input handling

This commit is contained in:
Pablo Martin 2024-06-07 16:10:35 +02:00
parent 46988352ca
commit 4f81ac2e62
8 changed files with 199 additions and 20 deletions

View file

@ -74,7 +74,7 @@ def get_rates(
dry_run: bool,
output: pathlib.Path,
):
handle_get_rates_inputs(
inputs = handle_get_rates_inputs(
start_date=start_date,
end_date=end_date,
currencies=currencies,