Really disable that damn pylint check
This commit is contained in:
parent
7aa01802d9
commit
9946b4b0f6
@ -24,7 +24,8 @@ import urllib.parse
|
||||
import string
|
||||
import re
|
||||
|
||||
import pypeg2 as peg # pylint: disable=import-error (fails on win7 in venv...)
|
||||
import pypeg23 as peg # pylint: disable=import-error
|
||||
# (fails on win7 in venv...)
|
||||
|
||||
from qutebrowser.utils import log, utils
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user