Disable no-name-in-module

Maybe travis works this way
This commit is contained in:
donoban 2018-06-11 02:26:02 +02:00
parent 2a437bcfc4
commit 0c4047ffde
No known key found for this signature in database
GPG Key ID: 141310D8E3ED08A5
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ import threading
from pydbus import SessionBus
from qubesadmin import Qubes
from qubesadmin import exc
from qubesadmin import exc # pylint: disable=no-name-in-module
from PyQt4 import QtGui # pylint: disable=import-error
from PyQt4 import QtCore # pylint: disable=import-error

View File

@ -24,7 +24,7 @@ from PyQt4 import QtGui # pylint: disable=import-error
from PyQt4 import QtCore # pylint: disable=import-error
# pylint: disable=too-few-public-methods
from qubesadmin import exc
from qubesadmin import exc # pylint: disable=no-name-in-module
power_order = QtCore.Qt.DescendingOrder
update_order = QtCore.Qt.AscendingOrder