Lint fixes
This commit is contained in:
parent
8556d06ae7
commit
7aef865b0d
@ -322,7 +322,6 @@ class HintManager(QObject):
|
||||
return
|
||||
self.openurl.emit(link, newtab)
|
||||
|
||||
|
||||
def start(self, frame, baseurl, mode='all', target='normal'):
|
||||
"""Start hinting.
|
||||
|
||||
|
@ -535,7 +535,7 @@ class RegexList(List):
|
||||
"""A list of regexes."""
|
||||
|
||||
def __init__(self, flags=0):
|
||||
self.flags=flags
|
||||
self.flags = flags
|
||||
|
||||
def transform(self, value):
|
||||
vals = super().transform(value)
|
||||
|
Loading…
Reference in New Issue
Block a user