Skip to content

Commit 5a25b49

Browse files
Fix autoreload
#21
1 parent 441d6b6 commit 5a25b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exercise7/exercise7.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"# library written for this exercise providing additional functions for assignment submission, and others\n",
5353
"import utils\n",
5454
"\n",
55-
"%load_ext autoreload \n",
55+
"%load_ext autoreload\n",
5656
"%autoreload 2\n",
5757
"\n",
5858
"# define the submission/grader object for this exercise\n",

0 commit comments

Comments
 (0)