Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Zanger67 committed Jul 20, 2024
1 parent b15cdd1 commit 5cd82f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
"from collections import defaultdict\n",
"from icecream import ic # for debugging / outputs\n",
"\n",
"from questionDataclass import questionDataclass as Question\n",
"\n",
"# TQDM import done below to check if this is \n",
"# a .py or .ipynb file\n",
"\n",
Expand Down
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
from collections import defaultdict
from icecream import ic # for debugging / outputs

from questionDataclass import questionDataclass as Question

# TQDM import done below to check if this is
# a .py or .ipynb file

Expand Down

0 comments on commit 5cd82f0

Please sign in to comment.