diff --git a/manimlib/scene/scene.py b/manimlib/scene/scene.py index f4ebc740..9d307a25 100644 --- a/manimlib/scene/scene.py +++ b/manimlib/scene/scene.py @@ -6,7 +6,6 @@ import random import time from functools import wraps -from IPython.core.getipython import get_ipython from pyglet.window import key as PygletWindowKeys import numpy as np diff --git a/manimlib/scene/scene_embed.py b/manimlib/scene/scene_embed.py index 13ec1d8d..d5873c2c 100644 --- a/manimlib/scene/scene_embed.py +++ b/manimlib/scene/scene_embed.py @@ -1,6 +1,5 @@ import inspect import pyperclip -import os from IPython.core.getipython import get_ipython from IPython.terminal import pt_inputhooks