mirror of
https://github.com/weechat/weechat.git
synced 2026-06-21 10:26:38 +02:00
tests: ignore pylint error unnecessary-pass
This commit is contained in:
@@ -181,12 +181,12 @@ def option_check_value_cb(data, option, value):
|
||||
|
||||
def option_change_cb(data, option):
|
||||
"""Option change callback."""
|
||||
pass
|
||||
pass # pylint: disable=unnecessary-pass
|
||||
|
||||
|
||||
def option_delete_cb(data, option):
|
||||
"""Option delete callback."""
|
||||
pass
|
||||
pass # pylint: disable=unnecessary-pass
|
||||
|
||||
|
||||
def test_config():
|
||||
|
||||
Reference in New Issue
Block a user