Skip to content

Commit b57cb24

Browse files
committed
Fix typing
1 parent 7112b86 commit b57cb24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def _appl_heater_central_info(
8686
return appl
8787

8888
def _get_module_data(
89-
self, xml_1: etree, xml_2: etree, locator: str, mod_type: str, legacy=False,
89+
self, xml_1: etree, xml_2: etree, locator: str, mod_type: str, legacy:bool=False,
9090
) -> ModelData:
9191
"""Helper-function for _energy_device_info_finder() and _appliance_info_finder().
9292

0 commit comments

Comments
 (0)