Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #79 from aiqc/patch-1
Browse files Browse the repository at this point in the history
update import statements
  • Loading branch information
alexcjohnson authored Mar 9, 2022
2 parents 28a9886 + bc4c8ea commit a6b9adf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/getting_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"outputs": [],
"source": [
"import dash\n",
"import dash_core_components as dcc\n",
"import dash_html_components as html\n",
"from dash import dcc\n",
"from dash import html\n",
"import pandas as pd"
]
},
Expand Down

0 comments on commit a6b9adf

Please sign in to comment.