Skip to content

Commit

Permalink
#1791 added newly created cross-validation function to the tree
Browse files Browse the repository at this point in the history
  • Loading branch information
sambodeme committed Aug 15, 2023
1 parent b1a4765 commit 03c1e6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/audit/cross_validation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,12 @@
from .additional_ueis import additional_ueis
from .auditee_ueis_match import auditee_ueis_match
from .audit_findings import audit_findings
from .award_ref_and_references_uniqueness import award_ref_and_references_uniqueness
from .sac_validation_shape import sac_validation_shape # noqa: F401

functions = [
audit_findings,
auditee_ueis_match,
additional_ueis,
award_ref_and_references_uniqueness,
]

0 comments on commit 03c1e6e

Please sign in to comment.