Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Sep 19, 2024
1 parent 06fe681 commit 301afd4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ccc/calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -2000,14 +2000,10 @@ def asset_bubble(
}

equipment_df["short_category"] = equipment_df["minor_asset_group"]
# equipment_df['short_category'].replace(make_short,
# inplace=True)
equipment_df.replace(
{"short_category": make_short}, regex=True, inplace=True
)
structure_df["short_category"] = structure_df["minor_asset_group"]
# structure_df['short_category'].replace(make_short,
# inplace=True)
structure_df.replace(
{"short_category": make_short}, regex=True, inplace=True
)
Expand Down

0 comments on commit 301afd4

Please sign in to comment.