This commit is contained in:
Pascal Vizeli 2018-04-23 21:56:54 +02:00
parent 23d1013cfa
commit 10219a348f

View File

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