Skip to content

Commit

Permalink
add deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
nstarman authored Jun 28, 2024
1 parent 6e6e6db commit 9088646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plum/parametric.py
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ def get(self):
Kind = kind() #: A default kind provided for convenience.


@deprecated
@deprecated("Use typing.Literal[val] instead.")
@parametric
class Val:
"""A parametric type used to move information from the value domain to the type
Expand Down

0 comments on commit 9088646

Please sign in to comment.