1
0
Fork 0
mirror of https://gitlab.rlp.net/pgp/pgp1-python-einfuehrung synced 2024-10-12 13:24:22 +00:00

Remove unused import

This commit is contained in:
Mo 2022-09-06 22:38:03 +02:00
parent f6834e990d
commit 5aa88c7b84

View file

@ -5,7 +5,6 @@
# this set-up only works for IPython and Jupyter versions after # this set-up only works for IPython and Jupyter versions after
# the so called the "big splitt" (version 4 and higher). # the so called the "big splitt" (version 4 and higher).
import os import os
import sys
import jupyter_core import jupyter_core
import IPython import IPython
import shutil import shutil