mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
chore: upgrade black (#19410)
This commit is contained in:
committed by
Ville Brofeldt
parent
1edd5f1343
commit
a70f4dc52f
@@ -48,7 +48,11 @@ dashboard_v2 = {
|
||||
{
|
||||
"filterType": "filter_select",
|
||||
"cascadingFilters": True,
|
||||
"defaultDataMask": {"filterState": {"value": ["Albania", "Algeria"],},},
|
||||
"defaultDataMask": {
|
||||
"filterState": {
|
||||
"value": ["Albania", "Algeria"],
|
||||
},
|
||||
},
|
||||
}
|
||||
],
|
||||
"filter_sets_configuration": [
|
||||
@@ -58,7 +62,9 @@ dashboard_v2 = {
|
||||
"filterType": "filter_select",
|
||||
"cascadingFilters": True,
|
||||
"defaultDataMask": {
|
||||
"filterState": {"value": ["Albania", "Algeria"],},
|
||||
"filterState": {
|
||||
"value": ["Albania", "Algeria"],
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user