Skip to content

Commit ce133f3

Browse files
author
autoblack
committed
fixup: p1v4 Python code reformatted using Black
1 parent 4919bc2 commit ce133f3

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

plugwise/smile.py

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,22 @@
1515
# Version detection
1616
import semver
1717

18-
from plugwise.constants import ( APPLIANCES, DEFAULT_PORT, DEFAULT_TIMEOUT, DEFAULT_USERNAME, DEVICE_MEASUREMENTS, DOMAIN_OBJECTS, HOME_MEASUREMENTS, LOCATIONS, NOTIFICATIONS, RULES, SMILES, STATUS, SWITCH_GROUP_TYPES, SYSTEM,)
18+
from plugwise.constants import (
19+
APPLIANCES,
20+
DEFAULT_PORT,
21+
DEFAULT_TIMEOUT,
22+
DEFAULT_USERNAME,
23+
DEVICE_MEASUREMENTS,
24+
DOMAIN_OBJECTS,
25+
HOME_MEASUREMENTS,
26+
LOCATIONS,
27+
NOTIFICATIONS,
28+
RULES,
29+
SMILES,
30+
STATUS,
31+
SWITCH_GROUP_TYPES,
32+
SYSTEM,
33+
)
1934
from plugwise.exceptions import (
2035
ConnectionFailedError,
2136
DeviceSetupError,

0 commit comments

Comments
 (0)