From 5aa88c7b84bcf27dd9c9afd459ae39d6d66e71eb Mon Sep 17 00:00:00 2001 From: Mo8it Date: Tue, 6 Sep 2022 22:38:03 +0200 Subject: [PATCH] Remove unused import --- custom_set_up.py | 1 - 1 file changed, 1 deletion(-) diff --git a/custom_set_up.py b/custom_set_up.py index 2676824..0973b0e 100644 --- a/custom_set_up.py +++ b/custom_set_up.py @@ -5,7 +5,6 @@ # this set-up only works for IPython and Jupyter versions after # the so called the "big splitt" (version 4 and higher). import os -import sys import jupyter_core import IPython import shutil