Skip to content

Commit 447e452

Browse files
committed
fixup! add scripts to test removing workbook and dashboard
1 parent 8b3d5cc commit 447e452

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/remove-dashboard/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
db0_name = twb.dashboards[0]
1414
print(f"removing dashboard {db0_name}\n")
1515

16-
# twb.remove_dashboard_by_name(db0_name)
16+
twb.remove_dashboard_by_name(db0_name)
1717

1818
print("\nafter deleting dashboard from workbook\n")
1919
for dashboard in twb.dashboards:

0 commit comments

Comments
 (0)