fix(browser_tool): fall through to autodetect on config read failure
This commit is contained in:
committed by
Teknium
parent
3170c8d448
commit
48bf0ea249
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user