We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c37ab commit 0fa9335Copy full SHA for 0fa9335
1 file changed
extras/scripts/hw_6_check.py
@@ -10,7 +10,9 @@
10
import shlex
11
import subprocess
12
import sys
13
-from nb_helper import *
+
14
+sys.path.append(os.path.dirname(os.path.abspath(__file__)))
15
+from nb_helper import read_notebook, notebook_to_script
16
17
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
18
from nb_helper import read_notebook, notebook_to_script
0 commit comments