Skip to content

Commit

Permalink
Change return type.
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscb committed Oct 11, 2023
1 parent b0f73cb commit cd17b7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
10 changes: 1 addition & 9 deletions allensdk/api/cloud_cache/cloud_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,15 +361,7 @@ def get_file_attributes(self, file_id):
Returns
-------
dict
'url' http url to file on s3
'version_id' unique version id for file on s3
'file_hash' Hash of file
`local_path` path to file on local system in cache_dir
CacheFileAttributes
"""
return self._manifest.data_file_attributes(file_id)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,7 @@ def get_file_attributes(self, file_id):
Returns
-------
dict
'url' http url to file on s3
'version_id' unique version id for file on s3
'file_hash' Hash of file
`local_path` path to file on local system in cache_dir
CacheFileAttributes
"""
return self._file_attributes

Expand Down

0 comments on commit cd17b7b

Please sign in to comment.