Skip to content

Commit a6af5f8

Browse files
committed
Attempt autoblack - fsck up smile.py
1 parent cb26bf3 commit a6af5f8

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

plugwise/smile.py

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

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-
)
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,)
3419
from plugwise.exceptions import (
3520
ConnectionFailedError,
3621
DeviceSetupError,

0 commit comments

Comments
 (0)