change import of ZHAGateway from zha.core #45
Annotations
7 errors and 1 warning
custom_components/zha_toolkit/__init__.py#L10
B001 Do not use bare `except:`, it also catches unexpected events like memory errors, interrupts, system exit, and so on. Prefer excepting specific exceptions If you're sure what you're doing, be explicit and write `except BaseException:`.
|
custom_components/zha_toolkit/__init__.py#L10
E722 do not use bare 'except'
|
custom_components/zha_toolkit/utils.py#L16
B001 Do not use bare `except:`, it also catches unexpected events like memory errors, interrupts, system exit, and so on. Prefer excepting specific exceptions If you're sure what you're doing, be explicit and write `except BaseException:`.
|
custom_components/zha_toolkit/utils.py#L16
E722 do not use bare 'except'
|
custom_components/zha_toolkit/__init__.py#L10
W0702: No exception type(s) specified (bare-except)
|
custom_components/zha_toolkit/utils.py#L16
W0702: No exception type(s) specified (bare-except)
|
|
|
The logs for this run have expired and are no longer available.
Loading