Making the outputs a bit more organized, adding some more stats to them
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
from dataclasses import dataclass, field
|
||||
from operator import itemgetter
|
||||
from typing import Any, Dict, List
|
||||
from typing import Dict, List
|
||||
|
||||
from stats_model import StatsModel
|
||||
|
||||
@@ -17,4 +16,4 @@ class BuildTotalStatsModel(StatsModel):
|
||||
top_post_urls_by_month_and_year: Dict[str, List[str]] = field(init=False)
|
||||
|
||||
def __post_init__(self):
|
||||
super().__post_init__()
|
||||
super().__post_init__()
|
||||
|
||||
Reference in New Issue
Block a user