Skip to content

Commit 1991b2e

Browse files
committed
correction to doc string
1 parent a3bec78 commit 1991b2e

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

irods/manager/data_object_manager.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -279,13 +279,6 @@ def get(self,
279279
or by general fitness to be considered as a current data copy (REPLICA_FITNESS_SORT_KEY_FN).
280280
in PRC >= v4. For those definitions, see irods/data_object.py .
281281
"""
282-
283-
284-
REPLICA_FITNESS_SORT_KEY_FN,
285-
286-
287-
For those sort-key functions, see irods/data_object.py
288-
"""
289282
parent = self.sess.collections.get(irods_dirname(path))
290283

291284
# TODO: optimize

0 commit comments

Comments
 (0)