Skip to content

Commit

Permalink
update return docstring for repo.used_objs
Browse files Browse the repository at this point in the history
  • Loading branch information
pmrowla committed Jun 16, 2021
1 parent 6ec1fc6 commit 40df77a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dvc/repo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,9 @@ def used_objs(
the scope.
Returns:
A set of HashFile objects which are referenced in the specified
targets.
A dict mapping (remote) ODB instances to sets of objects that
belong to each ODB. If the ODB instance is None, the objects
are naive and do not belong to a specific remote ODB.
"""
used = defaultdict(set)

Expand Down

0 comments on commit 40df77a

Please sign in to comment.