PyLint cleanup

This commit is contained in:
Greg Neagle
2017-04-07 21:51:49 -07:00
parent af19f8686f
commit 7dc510836a

View File

@@ -22,11 +22,13 @@ Functions for removing unused optional install items
"""
# Apple frameworks via PyObjC
# PyLint cannot properly find names inside Cocoa libraries, so issues bogus
# No name 'Foo' in module 'Bar' warnings. Disable them.
# pylint: disable=E0611
from AppKit import NSWorkspace
# pylint: enable=E0611
# our libs
from . import installationstate
from .. import app_usage
from .. import display