Remove stray imports

This commit is contained in:
Grant Sanderson 2024-12-11 10:38:23 -06:00
parent f9fc543b07
commit 6d753a297a
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -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