Commit
·
35830b5
1
Parent(s):
1bfa10c
fix: (some) pylint issues
Browse files
app/controllers/summary/utils.py
CHANGED
|
@@ -362,4 +362,4 @@ def get_entity_sentiment_data(time_filter: str = "weekly") -> Dict[str, Any]:
|
|
| 362 |
"title": f"Entity Sentiment Analysis — {time_filter.capitalize()}",
|
| 363 |
"dateRange": {"start": start, "end": end},
|
| 364 |
"data": data
|
| 365 |
-
}
|
|
|
|
| 362 |
"title": f"Entity Sentiment Analysis — {time_filter.capitalize()}",
|
| 363 |
"dateRange": {"start": start, "end": end},
|
| 364 |
"data": data
|
| 365 |
+
}
|