Skip to content

Commit 180feec

Browse files
autoblackbouwew
authored andcommitted
fixup: pylint_fixes Python code reformatted using Black
1 parent 25dd767 commit 180feec

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

plugwise/smile.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,12 @@
3232
THERMOSTAT_CLASSES,
3333
)
3434
from .exceptions import ConnectionFailedError, InvalidXMLError, UnsupportedDeviceError
35-
from .helper import SmileHelper, device_state_updater, pw_notification_updater, update_helper
35+
from .helper import (
36+
SmileHelper,
37+
device_state_updater,
38+
pw_notification_updater,
39+
update_helper,
40+
)
3641

3742
_LOGGER = logging.getLogger(__name__)
3843

0 commit comments

Comments
 (0)