Skip to content

Commit

Permalink
Fix type hinting
Browse files Browse the repository at this point in the history
  • Loading branch information
birgits committed Oct 22, 2023
1 parent 43552cf commit 0f15fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edisgo/edisgo.py
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ def analyze(
range_num: int = 10,
scale_timeseries: float | None = None,
**kwargs,
) -> tuple[pd.DataFrame, pd.DataFrame]:
) -> tuple[pd.DatetimeIndex, pd.DatetimeIndex]:
"""
Conducts a static, non-linear power flow analysis.
Expand Down

0 comments on commit 0f15fab

Please sign in to comment.