From 10219a348fae032e6993fb43569e540878e0a64e Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 23 Apr 2018 21:56:54 +0200 Subject: [PATCH] fix lint --- hassio/utils/gdbus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/utils/gdbus.py b/hassio/utils/gdbus.py index cf9d220c6..042a7572e 100644 --- a/hassio/utils/gdbus.py +++ b/hassio/utils/gdbus.py @@ -4,7 +4,7 @@ import logging import shlex import xml.etree.ElementTree as ET -from ..exceptions import DBusFatalError, DBusFatalError, DBusParseError +from ..exceptions import DBusFatalError, DBusParseError _LOGGER = logging.getLogger(__name__)