Fix lint
This commit is contained in:
parent
bcfa84e9f1
commit
2de0904b07
@ -622,6 +622,7 @@ class WebEngineTab(browsertab.AbstractTab):
|
|||||||
self.load_started])
|
self.load_started])
|
||||||
if answer is None:
|
if answer is None:
|
||||||
try:
|
try:
|
||||||
|
# pylint: disable=no-member
|
||||||
sip.assign(authenticator, QAuthenticator())
|
sip.assign(authenticator, QAuthenticator())
|
||||||
except NameError:
|
except NameError:
|
||||||
# WORKAROUND for
|
# WORKAROUND for
|
||||||
|
@ -979,7 +979,8 @@ class TestFont:
|
|||||||
FontDesc(QFont.StyleNormal, QFont.Normal, -1, -1,
|
FontDesc(QFont.StyleNormal, QFont.Normal, -1, -1,
|
||||||
'inconsolatazi4'),
|
'inconsolatazi4'),
|
||||||
'Terminus (TTF)':
|
'Terminus (TTF)':
|
||||||
FontDesc(QFont.StyleNormal, QFont.Normal, -1, -1, 'Terminus (TTF)'),
|
FontDesc(QFont.StyleNormal, QFont.Normal, -1, -1,
|
||||||
|
'Terminus (TTF)'),
|
||||||
'10pt "Foobar Neue"':
|
'10pt "Foobar Neue"':
|
||||||
FontDesc(QFont.StyleNormal, QFont.Normal, 10, None, 'Foobar Neue'),
|
FontDesc(QFont.StyleNormal, QFont.Normal, 10, None, 'Foobar Neue'),
|
||||||
'10PT "Foobar Neue"':
|
'10PT "Foobar Neue"':
|
||||||
|
Loading…
Reference in New Issue
Block a user