mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
chore: python version to 3.11 (while supporting 3.10) (#31503)
This commit is contained in:
committed by
GitHub
parent
855011360a
commit
274aa143d3
@@ -83,7 +83,7 @@ def append_charts(position: dict[str, Any], charts: set[Slice]) -> dict[str, Any
|
||||
"parents": ["ROOT_ID", "GRID_ID"],
|
||||
}
|
||||
|
||||
for chart_hash, chart in zip(chart_hashes, charts):
|
||||
for chart_hash, chart in zip(chart_hashes, charts, strict=False):
|
||||
position[chart_hash] = {
|
||||
"children": [],
|
||||
"id": chart_hash,
|
||||
|
||||
Reference in New Issue
Block a user