Selaa lähdekoodia

Fix e2b import (#5409)

Engel Nyst 1 vuosi sitten
vanhempi
sitoutus
3314b97cb2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      openhands/runtime/impl/e2b/sandbox.py

+ 1 - 1
openhands/runtime/impl/e2b/sandbox.py

@@ -4,7 +4,7 @@ import tarfile
 from glob import glob
 
 from e2b import Sandbox as E2BSandbox
-from e2b.sandbox import TimeoutException
+from e2b.sandbox.exception import TimeoutException
 
 from openhands.core.config import SandboxConfig
 from openhands.core.logger import openhands_logger as logger