Skip to content

Commit

Permalink
singular
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Jul 17, 2024
1 parent 4aab91b commit ec9fe4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ga4gh/core/entity_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ class _Entity(BaseModel):
def validate_type(cls, v: str | Enum) -> str:
"""Ensure that ``type`` field is represented as a string
:param v: Input values
:param v: Input value
:return: String representation of ``type`` field
"""
if isinstance(v, Enum):
Expand Down

0 comments on commit ec9fe4a

Please sign in to comment.