Skip to content

Commit

Permalink
Lint Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
philippe thomy committed Feb 1, 2025
1 parent a35f63e commit 99b070c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/prefect/indicators/usage/u12.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def u12_national(timespan: IndicatorTimeSpan) -> pd.DataFrame:
)
def calculate(
timespan: IndicatorTimeSpan,
levels: List[Level] = [Level.NATIONAL, Level.REGION],
levels: List[Level],
create_artifact: bool = False,
chunk_size: int = 1000,
format_pd: bool = False,
Expand Down
2 changes: 1 addition & 1 deletion src/prefect/indicators/usage/u13.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def u13_national(timespan: IndicatorTimeSpan) -> pd.DataFrame:
)
def calculate(
timespan: IndicatorTimeSpan,
levels: List[Level] = [Level.NATIONAL, Level.REGION],
levels: List[Level],
create_artifact: bool = False,
chunk_size: int = 1000,
format_pd: bool = False,
Expand Down

0 comments on commit 99b070c

Please sign in to comment.