Skip to content

Commit f7bb573

Browse files
committed
remove redundant code
1 parent cbe6748 commit f7bb573

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ispypsa/translator/snapshots.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ def _add_investment_periods(
8383
)
8484

8585
inv_periods_df = pd.DataFrame({"investment_periods": investment_periods})
86-
inv_periods_df["investment_periods"] = inv_periods_df["investment_periods"]
8786
inv_periods_df = inv_periods_df.sort_values("investment_periods")
8887

8988
result = pd.merge_asof(

0 commit comments

Comments
 (0)