Skip to content

Commit

Permalink
chore(commands): Remove unnecessary commit (apache#28154)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley authored and jzhao62 committed May 16, 2024
1 parent 22927be commit 074c28a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion superset/commands/dashboard/importers/v0.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ def import_dashboards(
params = json.loads(table.params)
dataset_id_mapping[params["remote_id"]] = new_dataset_id

db.session.commit()
for dashboard in data["dashboards"]:
import_dashboard(dashboard, dataset_id_mapping, import_time=import_time)
db.session.commit()
Expand Down

0 comments on commit 074c28a

Please sign in to comment.