Remove constraint to have pairs in base/quote format

This commit is contained in:
Matthias
2020-02-25 07:03:11 +01:00
parent e8eaa8920e
commit d34515a5de
3 changed files with 2 additions and 9 deletions

View File

@@ -251,7 +251,6 @@ CONF_SCHEMA = {
'type': 'array',
'items': {
'type': 'string',
'pattern': '^[0-9A-Z]+/[0-9A-Z]+$'
},
'uniqueItems': True
},
@@ -259,7 +258,6 @@ CONF_SCHEMA = {
'type': 'array',
'items': {
'type': 'string',
'pattern': '^[0-9A-Z]+/[0-9A-Z]+$'
},
'uniqueItems': True
},