Prasanthkumar commited on
Commit
702bd40
·
verified ·
1 Parent(s): 478329d

Update tools/code_interpreter_tools.py

Browse files
Files changed (1) hide show
  1. tools/code_interpreter_tools.py +1 -1
tools/code_interpreter_tools.py CHANGED
@@ -45,7 +45,7 @@ class Code_Interpreter:
45
  allowed_modules = None,
46
  max_execution_time = 30,
47
  working_directory = None
48
- )
49
 
50
  self.allowed_modules = allowed_modules or [
51
  "numpy", "pandas", "matplotlib", "scipy", "sklearn", "math", "random", "statistics",
 
45
  allowed_modules = None,
46
  max_execution_time = 30,
47
  working_directory = None
48
+ ):
49
 
50
  self.allowed_modules = allowed_modules or [
51
  "numpy", "pandas", "matplotlib", "scipy", "sklearn", "math", "random", "statistics",