Skip to content

Commit 9d3706f

Browse files
committed
sound_canberra pylint fixes
1 parent c328a9b commit 9d3706f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/plugins/sound_canberra.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# -*- coding: utf-8 -*-
2+
"""
3+
src/plugins/proxyconfig_stem.py
4+
===================================
5+
"""
26

37
from pybitmessage.bitmessageqt import sound
48

@@ -14,7 +18,8 @@
1418
}
1519

1620

17-
def connect_plugin(category, label=None):
21+
def connect_plugin(category, label=None): # pylint: disable=unused-argument
22+
"""Method helps to connect with plugin"""
1823
try:
1924
_canberra.play(0, pycanberra.CA_PROP_EVENT_ID, _theme[category], None)
2025
except (KeyError, pycanberra.CanberraException):

0 commit comments

Comments
 (0)