Skip to content

Commit

Permalink
Fix formatting of comments
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Jenness <[email protected]>
  • Loading branch information
dhirving and timj authored Dec 7, 2023
1 parent 9406699 commit cf30c39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python/lsst/daf/butler/datastores/file_datastore/get.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def generate_datastore_get_information(
Returns
-------
getInfo : `list[DatastoreFileGetInformation]`
getInfo : `list` [`DatastoreFileGetInformation`]
The parameters needed to retrieve each file
"""
if readStorageClass is None:
Expand Down Expand Up @@ -349,14 +349,14 @@ def get_dataset_as_python_object_from_get_info(
The registry information associated with this artifact.
parameters : `Mapping`[`str`, `Any`]
`StorageClass` and `Formatter` parameters
cache_manager: `AbstractDatastoreCacheManager`
cache_manager : `AbstractDatastoreCacheManager`
The cache manager to use for caching retrieved files
Returns
-------
python_object: `Any`
python_object : `typing.Any`
The retrieved artifact, converted to a Python object according to the
`StorageClass` specified in `ref`.
`StorageClass` specified in ``ref``.
"""
refStorageClass = ref.datasetType.storageClass
refComponent = ref.datasetType.component()
Expand Down

0 comments on commit cf30c39

Please sign in to comment.