From 9f0737e5b9d8ec4b2a1a49cdbac2bc3a92af1ebb Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Fri, 1 Jun 2018 23:01:31 +0200 Subject: [PATCH] Fix pylint... Again... --- esphomeyaml/dashboard/dashboard.py | 1 + 1 file changed, 1 insertion(+) diff --git a/esphomeyaml/dashboard/dashboard.py b/esphomeyaml/dashboard/dashboard.py index 599dc0832e..5427f3d69f 100644 --- a/esphomeyaml/dashboard/dashboard.py +++ b/esphomeyaml/dashboard/dashboard.py @@ -1,3 +1,4 @@ +# pylint: disable=wrong-import-position from __future__ import print_function import codecs