fix lint errors
This commit is contained in:
parent
013df51fd2
commit
a652688566
@ -150,7 +150,7 @@ class CompletionFilterModel(QSortFilterProxyModel):
|
|||||||
if not data:
|
if not data:
|
||||||
continue
|
continue
|
||||||
else:
|
else:
|
||||||
return self.patternre.search(data.casefold()) == True
|
return self.patternre.search(data.casefold())
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def intelligentLessThan(self, lindex, rindex):
|
def intelligentLessThan(self, lindex, rindex):
|
||||||
|
Loading…
Reference in New Issue
Block a user