Lint + update

This commit is contained in:
√(noham)²
2025-12-23 10:46:32 +01:00
parent 9f71bc6073
commit 2534210c91
7 changed files with 151 additions and 91 deletions

View File

@@ -1,3 +1,5 @@
"""Statistics computation utilities for the visualizer."""
from collections import defaultdict
from datetime import datetime, timedelta
import statistics
@@ -215,4 +217,4 @@ def compute_weekday_hour_heatmap(rows: Iterable[Row]) -> Dict:
return {
"grid": heatmap,
"days_seen": [len(s) for s in weekday_days_seen],
}
}