We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ModuleNotFoundError
1 parent 900073a commit e1e261dCopy full SHA for e1e261d
tests/unit/test_hybrid_types.py
@@ -22,7 +22,7 @@
22
from redisvl.query.hybrid import HybridQuery, build_combination_method
23
24
REDIS_HYBRID_AVAILABLE = True
25
-except ImportError:
+except (ImportError, ModuleNotFoundError):
26
REDIS_HYBRID_AVAILABLE = False
27
# Create dummy classes to avoid import errors
28
RedisHybridQuery = None # type: ignore
0 commit comments