Fix circular import in __init__.py (#35)
This commit is contained in:
@@ -182,7 +182,7 @@ Provide:
|
||||
if numbers:
|
||||
score = float(numbers[0])
|
||||
break
|
||||
except:
|
||||
except (ValueError, IndexError):
|
||||
pass
|
||||
|
||||
return AgentResponse(
|
||||
|
||||
Reference in New Issue
Block a user