Update backend.py

This commit is contained in:
H Lohaus 2025-10-04 19:30:32 +02:00 committed by GitHub
parent f17056ff71
commit 8366a2956a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,8 +10,7 @@ try:
except:
has_requirements = False
try:
from g4f.tools.web_search import
search
from g4f.tools.web_search import search
has_search = True
except:
has_search = False