Skip to content

Commit 471815d

Browse files
author
autoruff
committed
fixup: improve-3 Python code fixed using ruff
1 parent ccdf4d2 commit 471815d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

plugwise/common.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55
from __future__ import annotations
66

77
from plugwise.constants import ModelData
8-
from plugwise.util import check_heater_central, check_model, get_vendor_name, return_valid
8+
from plugwise.util import (
9+
check_heater_central,
10+
check_model,
11+
get_vendor_name,
12+
return_valid,
13+
)
914

1015
from defusedxml import ElementTree as etree
1116
from munch import Munch

0 commit comments

Comments
 (0)