Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: dbczumar <[email protected]>
  • Loading branch information
dbczumar committed Nov 25, 2024
1 parent d09999e commit 0b5cc93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dspy/adapters/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ def find_enum_member(enum, identifier):
Args:
enum: The enum to search for the member.
identifier: The name or value of the enum member to find.
identifier: If the enum is explicitly-valued, this is the value of the enum member to find.
If the enum is auto-valued, this is the name of the enum member to find.
Returns:
The enum member corresponding to the specified identifier.
"""
Expand Down

0 comments on commit 0b5cc93

Please sign in to comment.