From a90e23656eaddd4f1c2995572cc39a0d41022a5f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 4 Jul 2020 14:01:05 +0200 Subject: [PATCH] Create another pylint issue to test --- homeassistant/bootstrap.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/bootstrap.py b/homeassistant/bootstrap.py index a8cb428847d..c7959abc60c 100644 --- a/homeassistant/bootstrap.py +++ b/homeassistant/bootstrap.py @@ -239,6 +239,7 @@ def async_enable_logging( if not log_no_color: try: from colorlog import ColoredFormatter + import colorlog # basicConfig must be called after importing colorlog in order to # ensure that the handlers it sets up wraps the correct streams.