mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-18 04:41:56 +00:00
fix(browser_tool): fall through to autodetect on config read failure
This commit is contained in:
parent
3170c8d448
commit
48bf0ea249
2 changed files with 12 additions and 7 deletions
|
|
@ -10,7 +10,7 @@ All other ``None`` outcomes (no credentials yet, config read error, explicit
|
|||
provider instantiation failure) leave the cache unset so the next call retries.
|
||||
"""
|
||||
import logging
|
||||
from unittest.mock import Mock, patch
|
||||
from unittest.mock import Mock
|
||||
|
||||
import pytest
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue