Skip to content

Commit

Permalink
small docstring adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
CM000n committed Feb 13, 2023
1 parent 341bf42 commit 4799b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/qss/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def async_initialize(self):
self.hass.bus.async_listen(EVENT_STATE_CHANGED, self.event_listener)

def run(self):
"""Initialize qss and Insert data."""
"""Run qss and insert data."""

shutdown_task = object()
hass_started = concurrent.futures.Future()
Expand Down

0 comments on commit 4799b29

Please sign in to comment.