Skip to content

Commit

Permalink
Update test/prompts/test_prompt_base.py
Browse files Browse the repository at this point in the history
Co-authored-by: Guohao Li <lightaime@gmail.com>
  • Loading branch information
dandansamax and lightaime committed Jul 3, 2023
1 parent dbbaed4 commit 53df74b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/prompts/test_prompt_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
return_prompt_wrapper,
wrap_prompt_functions,
)
from camel.utils import InterpreterError, PythonInterpreter
from camel.utils import PythonInterpreter
from camel.utils.python_interpreter import InterpreterError


def test_return_prompt_wrapper():
Expand Down

0 comments on commit 53df74b

Please sign in to comment.