Skip to content

Commit

Permalink
Update type definition for pv battery extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
brtietz committed Jun 25, 2024
1 parent ff62526 commit 6ea0a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lcoe_calculator/tech_processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def __init__(
case: str = MARKET_FIN_CASE,
crp: CrpChoiceType = 30,
tcc: str = "PV PTC and Battery ITC",
extractor: type[AbstractExtractor] = PVBatteryExtractor
extractor: Type[PVBatteryExtractor] = PVBatteryExtractor
):
# Additional data frames pulled from excel
self.df_pv_cost: Optional[pd.DataFrame] = None
Expand Down

0 comments on commit 6ea0a7d

Please sign in to comment.