Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clarify store in cookbook #154

Merged
merged 1 commit into from
Jan 16, 2025
Merged

clarify store in cookbook #154

merged 1 commit into from
Jan 16, 2025

Conversation

kylebarron
Copy link
Member

@kylebarron kylebarron commented Jan 16, 2025

No description provided.

@kylebarron kylebarron merged commit b40d59b into main Jan 16, 2025
4 checks passed
@kylebarron kylebarron deleted the kyle/cookbook-store branch January 16, 2025 16:16
@@ -7,8 +7,7 @@ Use the [`obstore.list`][] method.
```py
import obstore as obs

# Create a Store
store = get_object_store()
store = ... # store of your choice
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or

store: obs.store.ObjectStore = ... # store of your choice

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah... but ObjectStore isn't importable (at least right now), so that would give an import error unless the user has from __future__ import annotations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants