Security: Remove OS from allowed import

#31
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -133,7 +133,6 @@ class GoogleSearchTool(Tool):
133
  AUTHORIZED_IMPORTS = [
134
  "requests",
135
  "zipfile",
136
- "os",
137
  "pandas",
138
  "numpy",
139
  "sympy",
 
133
  AUTHORIZED_IMPORTS = [
134
  "requests",
135
  "zipfile",
 
136
  "pandas",
137
  "numpy",
138
  "sympy",