remove unused CHANNELSET_HELP const

This commit is contained in:
jesopo 2019-09-02 15:15:04 +01:00
parent 868512fcfd
commit 30ce2ef11c

View file

@ -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):