Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
joxssb committed Dec 16, 2024
1 parent c661b79 commit 71cf07c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/ssb_konjunk/statbank_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@


def format_time_period(
df: pd.DataFrame, year: int, quarter: int | str = "", col_name: str = "periode", month: int | str = ""
df: pd.DataFrame,
year: int,
quarter: int | str = "",
col_name: str = "periode",
month: int | str = "",
) -> pd.DataFrame:
"""Add column with time period.
Expand Down

0 comments on commit 71cf07c

Please sign in to comment.