Skip to content

Commit fcab02c

Browse files
committed
⚙️ fixed: add type hint for audit override model.
1 parent 76921c2 commit fcab02c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ddeutil/workflow/audits.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ def save(self, excluded: Optional[list[str]]) -> SQLiteAudit:
358358
Audit = Union[
359359
FileAudit,
360360
SQLiteAudit,
361+
BaseAudit,
361362
]
362363

363364

0 commit comments

Comments
 (0)