mirror of
https://gitlab.rlp.net/pgp/pgp1-python-einfuehrung
synced 2024-11-16 13:48:11 +00:00
Remove unused import
This commit is contained in:
parent
e6d1a87860
commit
95c3dfb9bb
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue