fix: remove unused numpy/scipy imports, delete duplicate zip file

- quality_effectiveness_monitor.py: removed numpy/scipy (imported but never used, violates stdlib-only rule)
- epic-design.zip: removed binary duplicate of skill folder
This commit is contained in:
Leo
2026-03-13 23:03:46 +01:00
parent 17cfff3e36
commit a1eb8f1f3a
2 changed files with 1 additions and 2 deletions

Binary file not shown.

View File

@@ -27,8 +27,7 @@ from dataclasses import dataclass, field, asdict
from typing import List, Dict, Optional, Tuple
from datetime import datetime, timedelta
from statistics import mean, stdev, median
import numpy as np
from scipy import stats
@dataclass