Skip to content

Commit

Permalink
maybe fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
irenedea committed Mar 13, 2024
1 parent 006b63a commit 88700f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer/utils/warnings.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class VersionedDeprecationWarning(DeprecationWarning):
remove_version (str): The version in which the feature will be removed.
Example:
>>> import warnings
>>> def deprecated_function():
... warnings.warn(
... VersionedDeprecationWarning(
Expand Down

0 comments on commit 88700f4

Please sign in to comment.