stzhao commited on
Commit
95b7fd7
·
verified ·
1 Parent(s): 490df47

Update shared_vis_python_exe.py

Browse files
Files changed (1) hide show
  1. shared_vis_python_exe.py +1 -1
shared_vis_python_exe.py CHANGED
@@ -5,7 +5,7 @@ from contextlib import redirect_stdout
5
  from timeout_decorator import timeout
6
  import base64
7
  from PIL import Image
8
- from vis_python_exe import PythonExecutor
9
 
10
  class SharedRuntimeExecutor(PythonExecutor):
11
  """
 
5
  from timeout_decorator import timeout
6
  import base64
7
  from PIL import Image
8
+ from vis_python_exe import PythonExecutor, GenericRuntime
9
 
10
  class SharedRuntimeExecutor(PythonExecutor):
11
  """