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