From 9dd5148eb4ef74c3261144426d1b0b0f337cb3e5 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 4 Jul 2020 13:46:55 +0200 Subject: [PATCH] Create a pylint issue to test --- homeassistant/bootstrap.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/bootstrap.py b/homeassistant/bootstrap.py index 94ec33f4e1a..a8cb428847d 100644 --- a/homeassistant/bootstrap.py +++ b/homeassistant/bootstrap.py @@ -238,7 +238,6 @@ def async_enable_logging( if not log_no_color: try: - # pylint: disable=import-outside-toplevel from colorlog import ColoredFormatter # basicConfig must be called after importing colorlog in order to