Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Aug 19, 2015
1 parent 4ebea75 commit b55116c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ensae_teaching_cs/automation/notebook_test_helper.py
Expand Up @@ -4,6 +4,7 @@
@brief Some automation helpers to test notebooks and check they are still working fine.
"""
import os
import sys
from pyquickhelper import noLOG
from pyquickhelper.ipythonhelper.notebook_helper import run_notebook, install_python_kernel_for_unittest

Expand Down

0 comments on commit b55116c

Please sign in to comment.