remove unused arg
This commit is contained in:
parent
7f8001ffca
commit
22bfc217f3
1 changed files with 0 additions and 2 deletions
|
|
@ -84,7 +84,6 @@ def run_get_rates(
|
|||
|
||||
rates = obtain_rates_from_source(
|
||||
rates_source=rates_source,
|
||||
date_range=date_range,
|
||||
currency_and_date_combinations=currency_and_date_combinations,
|
||||
ignore_warnings=ignore_warnings,
|
||||
)
|
||||
|
|
@ -99,7 +98,6 @@ def run_get_rates(
|
|||
|
||||
def obtain_rates_from_source(
|
||||
rates_source: str,
|
||||
date_range: DateRange,
|
||||
ignore_warnings: bool,
|
||||
currency_and_date_combinations,
|
||||
) -> ExchangeRates:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue