From 51ac3e229d4cce1472e770e45d7d869b8f485336 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 18:34:24 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- plugwise/helper.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/plugwise/helper.py b/plugwise/helper.py index 24eb8e6d32..99a3addd83 100644 --- a/plugwise/helper.py +++ b/plugwise/helper.py @@ -70,11 +70,7 @@ InvalidXMLError, ResponseError, ) -from .util import ( - escape_illegal_xml_characters, - format_measure, - version_to_model, -) +from .util import escape_illegal_xml_characters, format_measure, version_to_model def check_model(name: str | None, vendor_name: str | None) -> str | None: