Browse Source

Remove whitespace

pull/219/merge
Florian Mounier 9 years ago
parent
commit
73994ff93c
  1. 2
      pygal/graph/pie.py

2
pygal/graph/pie.py

@ -32,7 +32,7 @@ class Pie(Graph):
"""Pie graph""" """Pie graph"""
_adapters = [positive, none_to_zero] _adapters = [positive, none_to_zero]
@property @property
def _format(self): def _format(self):
"""Return the value formatter for this graph""" """Return the value formatter for this graph"""

Loading…
Cancel
Save