mirror of
https://github.com/NohamR/OqeeAdWatch.git
synced 2026-01-11 08:48:16 +00:00
Lint + update
This commit is contained in:
@@ -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],
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user