Skip to content

Commit cc7f990

Browse files
pre-commit-ci[bot]bouwew
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5e4cb95 commit cc7f990

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

plugwise/helper.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,7 @@
7070
InvalidXMLError,
7171
ResponseError,
7272
)
73-
from .util import (
74-
escape_illegal_xml_characters,
75-
format_measure,
76-
version_to_model,
77-
)
73+
from .util import escape_illegal_xml_characters, format_measure, version_to_model
7874

7975

8076
def check_model(name: str | None, vendor_name: str | None) -> str | None:

0 commit comments

Comments
 (0)