Remove now useless pylint suppressions
This commit is contained in:
parent
13269ef388
commit
2baadaf565
@ -156,9 +156,6 @@ class TabCompletionModel(base.BaseCompletionModel):
|
||||
Used for switching the buffer command.
|
||||
"""
|
||||
|
||||
# https://github.com/The-Compiler/qutebrowser/issues/545
|
||||
# pylint: disable=abstract-method
|
||||
|
||||
IDX_COLUMN = 0
|
||||
URL_COLUMN = 1
|
||||
TEXT_COLUMN = 2
|
||||
|
@ -35,9 +35,6 @@ class UrlCompletionModel(base.BaseCompletionModel):
|
||||
Used for the `open` command.
|
||||
"""
|
||||
|
||||
# https://github.com/The-Compiler/qutebrowser/issues/545
|
||||
# pylint: disable=abstract-method
|
||||
|
||||
URL_COLUMN = 0
|
||||
TEXT_COLUMN = 1
|
||||
TIME_COLUMN = 2
|
||||
|
Loading…
Reference in New Issue
Block a user