Skip to content

Commit 180cf12

Browse files
committed
Fix imports broken by previous commit.
1 parent 523f3f2 commit 180cf12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mellea/stdlib/reqlib/python.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
from mellea.helpers.fancy_logger import FancyLogger
1313
from mellea.stdlib.base import Context
1414
from mellea.stdlib.requirement import Requirement, ValidationResult
15+
from mellea.stdlib.tools.code_interpreter import LLMSandboxEnvironment, UnsafeEnvironment, ExecutionEnvironment, SafeEnvironment
1516

1617
logger = FancyLogger.get_logger()
1718

0 commit comments

Comments
 (0)