Skip to content

Comments

Add import statement for obstore in examples#613

Open
jbusecke wants to merge 1 commit intodevelopmentseed:mainfrom
jbusecke:patch-1
Open

Add import statement for obstore in examples#613
jbusecke wants to merge 1 commit intodevelopmentseed:mainfrom
jbusecke:patch-1

Conversation

@jbusecke
Copy link

@jbusecke jbusecke commented Feb 4, 2026

Just ran into an issue with the example here. I think we might also be able to replace

obstore.get(store, filename) 
# with
store.get(filename)

?

@kylebarron
Copy link
Member

I intended to switch all the examples to use class methods instead of pure functions but I know I've missed a few

@kylebarron
Copy link
Member

Would you be able to instead fix this example by switching to store.get?

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