Skip to content

Commit 9255bf0

Browse files
committed
SDEV-5193 - type fix - KbMatchSections['KbMatchedVariants'] -> KbMatchSection['kbMatches']
1 parent 3682a6d commit 9255bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pori_python/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class KbMatchedStatementConditionSet(TypedDict):
130130

131131
class KbMatchSections(TypedDict):
132132
kbMatchedStatements: List[KbMatchedStatement]
133-
kbMatchedVariants: List[KbVariantMatch]
133+
kbMatches: List[KbVariantMatch]
134134
kbMatchedStatementConditions: List[KbMatchedStatementConditionSet]
135135

136136

0 commit comments

Comments
 (0)