Skip to content

Commit f51382a

Browse files
author
rsokl
committed
fix bad import in threefive
1 parent 5f1be54 commit f51382a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

three_five/HW_three_five_threefive.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"outputs": [],
6868
"source": [
6969
"# Execute this cell to grade your work\n",
70-
"from bwsi_grader.three_five import grader\n",
70+
"from bwsi_grader.python.three_five import grader\n",
7171
"grader(student_func)"
7272
]
7373
}

0 commit comments

Comments
 (0)