fix: review fixes

This commit is contained in:
Saqib Ansari
2020-05-02 19:50:45 +05:30
parent 55b7904e2f
commit 272d2bc0b3

View File

@@ -241,8 +241,6 @@ class Analytics(object):
self.entity_periodic_data[d.parent][period] += amount
total += amount
if not total_row.get(scrub(period)): total_row[scrub(period)] = 0
row["total"] = total
out = [row] + out