Skip to content

Commit ea61ee5

Browse files
committed
Merge branch 'feature/reorder-base-class-mixins' into 705-model-national-cybersecurity-incident-scoring-system
# Conflicts: # src/ssvc/decision_points/base.py
2 parents 2d3eefa + 9abaa13 commit ea61ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ssvc/decision_points/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class SsvcDecisionPointValue(_Base, _Keyed, BaseModel):
6262
"""
6363

6464

65-
class SsvcDecisionPoint(_Base, _Keyed, _Versioned, _Namespaced, BaseModel):
65+
class SsvcDecisionPoint(_Valued, _Keyed, _Versioned, _Namespaced, _Base, BaseModel):
6666
"""
6767
Models a single decision point as a list of values.
6868
"""

0 commit comments

Comments
 (0)