Skip to content

Commit

Permalink
Remove duplicated import
Browse files Browse the repository at this point in the history
'json' was imported twice.
  • Loading branch information
hayfield committed Mar 27, 2017
1 parent 7747968 commit 3d1fdda
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions stats/dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -1278,8 +1278,6 @@ def sum_planned_disbursements_by_year(self):
return out



import json
ckan = json.load(open('helpers/ckan.json'))
publisher_re = re.compile('(.*)\-[^\-]')

Expand Down

0 comments on commit 3d1fdda

Please sign in to comment.