Authorize base function "complex" in local_python_executor.py (#79)
This commit is contained in:
parent
b4528d6a6f
commit
d2f4eecba4
|
@ -105,6 +105,7 @@ BASE_PYTHON_TOOLS = {
|
|||
"setattr": setattr,
|
||||
"issubclass": issubclass,
|
||||
"type": type,
|
||||
"complex": complex,
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue