pylint: Remove known-* workaround
This commit is contained in:
parent
692f8241ca
commit
45b8219f05
|
|
@ -78,8 +78,4 @@ ignored-modules=PyQt5,PyQt5.QtWebKit
|
|||
ignored-classes=DummyBox
|
||||
|
||||
[IMPORTS]
|
||||
# WORKAROUND
|
||||
# For some reason, pylint doesn't know about some Python 3 modules on
|
||||
# AppVeyor...
|
||||
known-standard-library=faulthandler,http,enum,tokenize,posixpath,importlib,types
|
||||
known-third-party=sip
|
||||
|
|
|
|||
Loading…
Reference in New Issue