Skip to content

Commit

Permalink
Add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuboudreau committed Jan 8, 2024
1 parent bd9c052 commit 96b63e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,10 @@
"\n",
"from os import path\n",
"import os\n",
"from pathlib import Path\n",
"from repo2data.repo2data import Repo2Data\n",
"import warnings\n",
"warnings.filterwarnings('ignore')\n",
"\n",
"if build == 'latest':\n",
" if path.isdir('analysis')== False:\n",
Expand Down

0 comments on commit 96b63e0

Please sign in to comment.