Skip to content

Commit e7a5853

Browse files
author
autoblack
committed
fixup: p1v4 Python code reformatted using Black
1 parent 22cc809 commit e7a5853

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

plugwise/smile.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,16 @@
3131
SWITCH_GROUP_TYPES,
3232
SYSTEM,
3333
)
34-
from plugwise.exceptions import ( ConnectionFailedError, DeviceSetupError, DeviceTimeoutError, InvalidAuthentication, InvalidXMLError, ResponseError, UnsupportedDeviceError, XMLDataMissingError,)
34+
from plugwise.exceptions import (
35+
ConnectionFailedError,
36+
DeviceSetupError,
37+
DeviceTimeoutError,
38+
InvalidAuthentication,
39+
InvalidXMLError,
40+
ResponseError,
41+
UnsupportedDeviceError,
42+
XMLDataMissingError,
43+
)
3544
from plugwise.util import (
3645
determine_selected,
3746
escape_illegal_xml_characters,

0 commit comments

Comments
 (0)