From e0c1885a718f89105cd6773871d0645851793de5 Mon Sep 17 00:00:00 2001 From: Jon Maddox Date: Thu, 17 Sep 2015 03:52:04 -0400 Subject: [PATCH] add blank line --- homeassistant/__main__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/__main__.py b/homeassistant/__main__.py index 120ca808860..e97ed0c6386 100644 --- a/homeassistant/__main__.py +++ b/homeassistant/__main__.py @@ -203,6 +203,7 @@ def uninstall_osx(): print("Home Assistant has been uninstalled.") + def main(): """ Starts Home Assistant. """ validate_python()