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__)