File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77import functools
88import inspect
99import json
10- import logging
1110import re
1211from collections .abc import Iterator
1312from typing import Any , cast
3433from pyoverkiz .obfuscate import obfuscate_email , obfuscate_id , obfuscate_string
3534from pyoverkiz .types import DATA_TYPE_TO_PYTHON , StateType
3635
37- # pylint: disable=unused-argument, too-many-instance-attributes, too-many-locals
38-
39- T = Any # generic type alias for converter factories
40-
4136
4237def _to_list (cls_or_name : type | str ) -> Any :
4338 """Converter: list of dicts -> list of model instances.
@@ -118,8 +113,6 @@ def wrapper(self: Any, **kwargs: Any) -> None:
118113 r"(?P<protocol>[^:]+)://(?P<gatewayId>[^/]+)/(?P<deviceAddress>[^#]+)(#(?P<subsystemId>\d+))?"
119114)
120115
121- _LOGGER = logging .getLogger (__name__ )
122-
123116
124117@_flexible_init
125118@define (kw_only = True )
You can’t perform that action at this time.
0 commit comments