Fix linter

This commit is contained in:
Kamontat Chantrachirathumrong 2021-05-27 02:28:11 +07:00 committed by GitHub
parent e8070965d7
commit d1d57ffd5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -261,10 +261,10 @@ CONF_SCHEMA = {
'default': 'off'
},
'sell': {'type': 'object',
'additionalProperties': {
'type': 'string',
'enum': TELEGRAM_SETTING_OPTIONS
}},
'additionalProperties': {
'type': 'string',
'enum': TELEGRAM_SETTING_OPTIONS
}},
'sell_cancel': {'type': 'string', 'enum': TELEGRAM_SETTING_OPTIONS},
'sell_fill': {
'type': 'string',