mirror of
https://github.com/home-assistant/core.git
synced 2026-09-02 10:17:26 -05:00
flake
This commit is contained in:
@@ -54,7 +54,7 @@ class Updater:
|
||||
"""Updater class for data exchange."""
|
||||
|
||||
def __init__(self, update_available: bool, newest_version: str, release_notes: str):
|
||||
"""Setup Updater and initialise attributes."""
|
||||
"""Initialize attributes."""
|
||||
self.update_available = update_available
|
||||
self.release_notes = release_notes
|
||||
self.newest_version = newest_version
|
||||
|
||||
Reference in New Issue
Block a user