mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Remove stray imports
This commit is contained in:
parent
f9fc543b07
commit
6d753a297a
2 changed files with 0 additions and 2 deletions
|
@ -6,7 +6,6 @@ import random
|
||||||
import time
|
import time
|
||||||
from functools import wraps
|
from functools import wraps
|
||||||
|
|
||||||
from IPython.core.getipython import get_ipython
|
|
||||||
from pyglet.window import key as PygletWindowKeys
|
from pyglet.window import key as PygletWindowKeys
|
||||||
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
import inspect
|
import inspect
|
||||||
import pyperclip
|
import pyperclip
|
||||||
import os
|
|
||||||
|
|
||||||
from IPython.core.getipython import get_ipython
|
from IPython.core.getipython import get_ipython
|
||||||
from IPython.terminal import pt_inputhooks
|
from IPython.terminal import pt_inputhooks
|
||||||
|
|
Loading…
Add table
Reference in a new issue