Shut up, pylint

This commit is contained in:
Florian Bruhin 2014-01-29 04:25:46 +01:00
parent 59a19db9a2
commit 8870882edd

View File

@ -80,7 +80,7 @@ class CompletionView(QTreeView):
self.model.pattern = ''
self.expandAll()
def resort(self, pattern):
def resort(self, pattern): # pylint: disable=unused-argument
try:
self.model.sourceModel().sort(0)
except NotImplementedError: