Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 19, 2023
1 parent 53c65d5 commit 51ac3e2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions plugwise/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 51ac3e2

Please sign in to comment.