Skip to content

Commit

Permalink
style: format with black
Browse files Browse the repository at this point in the history
  • Loading branch information
chilango74 committed Oct 21, 2022
1 parent 7911fa4 commit b388ea8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ecb/kr.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ def get_deposit_rate() -> pd.Series:
return s / 100


def get_marginal_rate(
start_period: str = "1900-01-01", end_period: str = None
) -> pd.Series:
def get_marginal_rate(start_period: str = "1900-01-01", end_period: str = None) -> pd.Series:
"""
Get ECB key rate on marginal lending facility monthly time seriesю
Expand Down

0 comments on commit b388ea8

Please sign in to comment.