Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add variant related models #352

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gregorjerse
Copy link
Contributor

No description provided.


def __repr__(self) -> str:
"""Return string representation."""
return f"VariantCall <path: {self.field.group.name}.{self.field.name}, value: '{self.value}'>"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure this is OK? I do not see any fields with name field or value in this class?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, this is a mistake. Fixed.

@gregorjerse gregorjerse force-pushed the feature/variants branch 2 times, most recently from 08d00ca to 150289e Compare September 18, 2024 11:34
@gregorjerse gregorjerse force-pushed the feature/variants branch 2 times, most recently from a0e5332 to 01ec5b4 Compare October 15, 2024 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants