Add models and data structures
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-02-01 08:27:29 +00:00
parent 396b3c986b
commit 050e9cfbf3

View File

@@ -6,7 +6,6 @@ from src.models.data_structures import (
CodeChurnAnalysis,
RiskyCommitAnalysis,
VelocityAnalysis,
ProductivityReport,
)
__all__ = [
@@ -17,5 +16,4 @@ __all__ = [
"CodeChurnAnalysis",
"RiskyCommitAnalysis",
"VelocityAnalysis",
"ProductivityReport",
]