Skip to content

Commit

Permalink
flip import statement order, simple change for redeployment (spacetel…
Browse files Browse the repository at this point in the history
  • Loading branch information
gibsongreen authored Feb 16, 2024
1 parent 972f84f commit 76df769
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"outputs": [],
"source": [
"# load important packages\n",
"import time\n",
"import os\n",
"import time\n",
"from IPython.display import YouTubeVideo\n",
"import warnings\n",
"\n",
Expand Down

0 comments on commit 76df769

Please sign in to comment.