Skip to content

Commit 05abfcb

Browse files
committed
Reformat
1 parent 6806be6 commit 05abfcb

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
lines changed

pyControl4/alarm.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
"""Controls Control4 security panel and contact sensor (door, window, motion) devices.
2-
"""
1+
"""Controls Control4 security panel and contact sensor (door, window, motion) devices."""
32

43
import json
54
from pyControl4 import C4Entity

pyControl4/blind.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
"""Controls Control4 blind devices.
2-
"""
1+
"""Controls Control4 blind devices."""
32

43
from pyControl4 import C4Entity
54

pyControl4/light.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
"""Controls Control4 Light devices.
2-
"""
1+
"""Controls Control4 Light devices."""
32

43
from pyControl4 import C4Entity
54

pyControl4/relay.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
"""Controls Control4 Relay devices. These can include locks, and potentially other types of devices.
2-
"""
1+
"""Controls Control4 Relay devices. These can include locks, and potentially other types of devices."""
32

43
from pyControl4 import C4Entity
54

pyControl4/room.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
"""Controls Control4 Room devices.
2-
"""
1+
"""Controls Control4 Room devices."""
32

43
from pyControl4 import C4Entity
54

0 commit comments

Comments
 (0)