Skip to content
This repository was archived by the owner on Nov 30, 2018. It is now read-only.

Commit cd992d5

Browse files
committed
lint fixes
1 parent 40737ae commit cd992d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

custom_components/sensor/launchlibrary.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020

2121

2222
def setup_platform(hass, config, add_devices, discovery_info=None):
23-
"""Setup the platform."""
24-
23+
"""Setting up the platform."""
2524
add_devices([LaunchSensor()])
2625

2726

2827
class LaunchSensor(Entity):
2928
"""The sensor class."""
29+
3030
def __init__(self):
3131
"""Initialize the sensor platform."""
3232
self.update()

0 commit comments

Comments
 (0)