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