pylint: Remove known-* workaround

This commit is contained in:
Florian Bruhin 2019-10-01 12:39:23 +02:00
parent 692f8241ca
commit 45b8219f05
1 changed files with 0 additions and 4 deletions

View File

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