refactor: remove redundant excluded fields
These are already caught by the `option.isdigit()` check.
This commit is contained in:
parent
0d2479fd37
commit
530aaaec26
1 changed files with 0 additions and 3 deletions
|
|
@ -3,9 +3,6 @@ import json
|
|||
EXCLUDE_SELECT_OPTIONS = [
|
||||
"naming_series",
|
||||
"number_format",
|
||||
"float_precision",
|
||||
"currency_precision",
|
||||
"minimum_password_score",
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue