Skip to content

Commit

Permalink
Drop out-of-date docstrings.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo authored and andy-slac committed Sep 18, 2024
1 parent ec1fe6a commit b27b71e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
7 changes: 0 additions & 7 deletions python/lsst/daf/butler/_butler.py
Original file line number Diff line number Diff line change
Expand Up @@ -1677,13 +1677,6 @@ def query_datasets(
collection wildcard is passed when ``find_first`` is `True`, or
when ``collections`` is `None` and default butler collections are
not defined.
Notes
-----
When multiple dataset types are queried in a single call, the results
of this operation are equivalent to querying for each dataset type
separately in turn, and no information about the relationships between
datasets of different types is included.
"""
if data_id is None:
data_id = DataCoordinate.make_empty(self.dimensions)
Expand Down
3 changes: 1 addition & 2 deletions python/lsst/daf/butler/queries/_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,7 @@ def datasets(
If `True` (default), for each result data ID, only yield one
`DatasetRef` of each `DatasetType`, from the first collection in
which a dataset of that dataset type appears (according to the
order of ``collections`` passed in). If `True`, ``collections``
must not be ``...``.
order of ``collections`` passed in).
Returns
-------
Expand Down

0 comments on commit b27b71e

Please sign in to comment.