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:40:26 +02:00
parent e6d1a87860
commit 95c3dfb9bb

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
@ -63,4 +62,4 @@ Copying data now.''')
print('Directory has been created, copying data now.') print('Directory has been created, copying data now.')
shutil.copy(custiom_source_file, custom_dir) shutil.copy(custiom_source_file, custom_dir)
sleep(1) sleep(1)
print(r'Done! Your custom.css file is now allocated at %s'% custom_file) print(r'Done! Your custom.css file is now allocated at %s'% custom_file)