Changed return type
This commit is contained in:
parent
73593744b7
commit
c04a5c5925
|
@ -26,7 +26,7 @@ class AirSourceHPExport(HeatPumpExport):
|
|||
template_path = (base_path / tmp_file)
|
||||
super().__init__(base_path, city, output_path, template_path)
|
||||
|
||||
def _extract_model_coff(self, hp_model: str, data_type='heat') -> Union[Tuple[List, List], None]:
|
||||
def _extract_model_coff(self, hp_model: str, data_type='heat') -> Union[List, None]:
|
||||
"""
|
||||
Extracts heat pump coefficient data for a specific
|
||||
model. e.g 012, 140
|
||||
|
|
Loading…
Reference in New Issue
Block a user