Skip to content

Commit

Permalink
removed doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
frehburg committed Oct 17, 2024
1 parent d1d7718 commit 1478c03
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/phenopacket_mapper/utils/parsing/parse_value_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ def parse_value_set(
) -> ValueSet:
"""Parses a value set from a string representation
>>> ValueSet.parse_value_set("True, False", resources=[])
ValueSet(elements=[True, False], name='', description='')
:param value_set_str: String representation of the value set
:param value_set_name: Name of the value set
:param value_set_description: Description of the value set
Expand Down

0 comments on commit 1478c03

Please sign in to comment.