From 050e9cfbf3be34a9000dbbccd4ba05ca95c1deb2 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 08:27:29 +0000 Subject: [PATCH] Add models and data structures --- src/models/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/models/__init__.py b/src/models/__init__.py index 019b3a5..11e08aa 100644 --- a/src/models/__init__.py +++ b/src/models/__init__.py @@ -6,7 +6,6 @@ from src.models.data_structures import ( CodeChurnAnalysis, RiskyCommitAnalysis, VelocityAnalysis, - ProductivityReport, ) __all__ = [ @@ -17,5 +16,4 @@ __all__ = [ "CodeChurnAnalysis", "RiskyCommitAnalysis", "VelocityAnalysis", - "ProductivityReport", ]