Tiny PEP fix

This commit is contained in:
Grant Sanderson 2021-02-23 11:59:08 -08:00
parent 448d792473
commit 5008e20b8e

View file

@ -117,7 +117,7 @@ class Scene(object):
self.stop_skipping()
self.linger_after_completion = False
self.update_frame()
from IPython.terminal.embed import InteractiveShellEmbed
shell = InteractiveShellEmbed()
# Have the frame update after each command