Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
📝 Add versionadded to append
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf authored Oct 18, 2024
1 parent cca2d56 commit 188ecc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lnschema_core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2575,6 +2575,8 @@ def append(self, artifact: Artifact, run: Run | None = None) -> Collection:
Args:
artifact: An artifact to add to the collection.
run: The run that creates the new version of the collection.
.. versionadded:: 0.76.14
"""
pass

Expand Down

1 comment on commit 188ecc8

@falexwolf
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Koncopd, we need to thoroughly document API changes given all the complaints about breakages

FYI @sunnyosun @Zethson

Please sign in to comment.