Skip to content

Commit dc14978

Browse files
committed
Delete a method that we no longer need
#21
1 parent c2eee4d commit dc14978

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: stats/analytics.py

-4
Original file line numberDiff line numberDiff line change
@@ -1497,10 +1497,6 @@ def provider_activity_id(self):
14971497
del out[self.iati_identifier()]
14981498
return out
14991499

1500-
@returns_numberdictdict
1501-
def provider_activity_id_by_activity_id(self):
1502-
return {self.iati_identifier(): self.provider_activity_id()}
1503-
15041500
def _sum_transactions(self, transaction_type):
15051501
return sum(self.sum_transactions_by_type_by_year_usd().get(transaction_type, {}).get('USD', {}).values())
15061502

0 commit comments

Comments
 (0)