remove unused CHANNELSET_HELP const
This commit is contained in:
parent
868512fcfd
commit
30ce2ef11c
1 changed files with 0 additions and 2 deletions
|
@ -6,8 +6,6 @@
|
|||
import enum
|
||||
from src import ModuleManager, utils
|
||||
|
||||
CHANNELSET_HELP = "Get a specified channel setting for the current channel"
|
||||
|
||||
class ConfigInvalidValue(Exception):
|
||||
pass
|
||||
class ConfigSettingInexistent(Exception):
|
||||
|
|
Loading…
Reference in a new issue