Closed vincentsarago closed 1 week ago
It's a type hint, not an object
you can do
from __future__ import annotations
from typing import TYPE_CHECKING
if TYPE_CHECKING:
from obstore.store import ObjectStore
perhaps we should change it to be an actual Python value
🙏
obstore version:
0.3.0b2