m-ric HF staff Nirav Madhani commited on
Commit
893dcfe
·
verified ·
1 Parent(s): cca9336

Security: Remove OS from allowed import (#31)

Browse files

- Security: Remove OS from allowed import (22a1c233fc1df99c2b9328d39e4d620efdf0e9d8)


Co-authored-by: Nirav Madhani <[email protected]>

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",