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 dpgaspar committed May 6, 2024
1 parent e1ae83b commit 7c6ae9c
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 7c6ae9c

Please sign in to comment.