Skip to content

Commit

Permalink
chore: Remove unnecessary commit
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley committed Apr 19, 2024
1 parent 7906e7b commit d418ef3
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 d418ef3

Please sign in to comment.