From 940f3f88531e45f9bcb388a6fc0b035a2ebdf31b Mon Sep 17 00:00:00 2001 From: Tobias Haase Date: Thu, 1 Aug 2019 23:57:40 +0200 Subject: [PATCH] flake --- homeassistant/components/updater/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/updater/__init__.py b/homeassistant/components/updater/__init__.py index 9b9d5e67e1a..f164ceab419 100644 --- a/homeassistant/components/updater/__init__.py +++ b/homeassistant/components/updater/__init__.py @@ -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