Skip to content

Commit 87d0024

Browse files
committed
fixes
1 parent 3a1c3c2 commit 87d0024

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "submodules/va_spec"]
22
path = submodules/va_spec
33
url = https://github.com/ga4gh/va-spec
4-
branch = fix-aac
4+
branch = v1

src/ga4gh/va_spec/base/core.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,3 +719,7 @@ class Statement(InformationEntity, BaseModelForbidExtra):
719719
default=None,
720720
description="An evidence-based argument that supports or disputes the validity of the proposition that a Statement assesses or puts forth as true. The strength and direction of this argument (whether it supports or disputes the proposition, and how strongly) is based on an interpretation of one or more pieces of information as evidence (i.e. 'Evidence Items).",
721721
)
722+
723+
724+
Statement.model_rebuild()
725+
EvidenceLine.model_rebuild()

0 commit comments

Comments
 (0)