We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ab2aa commit 35cf2fdCopy full SHA for 35cf2fd
plugwise/common.py
@@ -240,7 +240,7 @@ def _get_module_data(
240
xml_1: etree.Element,
241
locator: str,
242
key: str | None = None,
243
- xml_2: etree.Element = None,
+ xml_2: etree.Element | None = None,
244
legacy: bool = False,
245
) -> ModuleData:
246
"""Helper-function for _energy_device_info_finder() and _appliance_info_finder().
0 commit comments