Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschulz-COL committed May 12, 2024
1 parent bccea7e commit 542fe78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vizro-core/examples/_dev/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@

dashboard = vm.Dashboard(pages=[page])

if "__name__" == "__main__":
if __name__ == "__main__":
Vizro().build(dashboard).run()

0 comments on commit 542fe78

Please sign in to comment.