Skip to content

Commit ccb04a7

Browse files
committed
fix(core): 🩹 remove extra quote
1 parent 8219f27 commit ccb04a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rocrate_validator/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1776,7 +1776,7 @@ def update(self, event: Event, ctx: Optional[ValidationContext] = None) -> None:
17761776
logger.debug("Validation ended with result: %s", event.validation_result)
17771777

17781778
def to_dict(self) -> dict:
1779-
""""
1779+
"""
17801780
Get the computed validation statistics as a dictionary
17811781
"""
17821782
return {

0 commit comments

Comments
 (0)