Skip to content

Commit

Permalink
pep8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalo authored and gonzalo committed Apr 3, 2014
1 parent 1e03fa3 commit 647a18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urbansim/server/urbansimd.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def chart_type(c):
</nvd3-multi-bar-chart>
""" % (config['desc'], item, item[:-5],
config['groupby'], config['metric'])
#ids wouldnt work without [:-5]
# ids wouldnt work without [:-5]
s = simplejson.dumps(
{'template': template, 'data': [{'key': '', 'values': recs}]},
use_decimal=True
Expand Down

0 comments on commit 647a18d

Please sign in to comment.