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.
1 parent 99a2c14 commit 9783037Copy full SHA for 9783037
apis/python/src/tiledbsoma/options/_soma_tiledb_context.py
@@ -23,7 +23,7 @@
23
from tiledb import Ctx as TileDBCtx
24
25
TILEDB_EXISTS = True
26
-except ModuleNotFoundError:
+except (ModuleNotFoundError, ImportError):
27
# If we set this to None, then the type hint TileDBCtx | None in the code
28
# below will error out with:
29
# TypeError: unsupported operand type(s) for |: 'NoneType' and 'NoneType'
0 commit comments