We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76921c2 commit fcab02cCopy full SHA for fcab02c
1 file changed
src/ddeutil/workflow/audits.py
@@ -358,6 +358,7 @@ def save(self, excluded: Optional[list[str]]) -> SQLiteAudit:
358
Audit = Union[
359
FileAudit,
360
SQLiteAudit,
361
+ BaseAudit,
362
]
363
364
0 commit comments