diff --git a/custom_components/plant/__init__.py b/custom_components/plant/__init__.py index e5e498f..cf1abf4 100644 --- a/custom_components/plant/__init__.py +++ b/custom_components/plant/__init__.py @@ -2,7 +2,7 @@ from __future__ import annotations -from , import group +from . import group import logging