Skip to content

Commit cb5cf9a

Browse files
committed
#13 Revert check
1 parent 7ab2239 commit cb5cf9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pymelcloud/device.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ class Device(ABC):
2424
"""MELCloud base device representation."""
2525

2626
def __init__(
27-
self,
28-
device_conf: Dict[str, Any],
29-
client: Client,
30-
set_debounce=timedelta(seconds=1),
27+
self,
28+
device_conf: Dict[str, Any],
29+
client: Client,
30+
set_debounce=timedelta(seconds=1),
3131
):
3232
"""Initialize a device."""
3333
self.device_id = device_conf.get("DeviceID")

0 commit comments

Comments
 (0)