Skip to content

Commit

Permalink
Update IPFS-related code to use ES6 import/export syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
endomorphosis committed Jun 29, 2024
1 parent fd71672 commit 842cb1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ipfs_transformers/ipfs_transformers.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def __init__(self, collection=None, meta=None):
self.model_manager = ipfs_model_manager.ipfs_model_manager(resources=collection, meta=meta)
self.model_manager.load_collection_cache()
self.model_manager.load_collection()
# self.model_manager.state()
self.model_manager.state(src = 'local')

def download(self, **kwargs):
# NOTE: Add kwarg for output directory where downloads are stored
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='ipfs_transformers',
version='0.0.2',
version='0.0.3',
packages=[
'ipfs_transformers',
],
Expand Down

0 comments on commit 842cb1e

Please sign in to comment.