Comment 0 for bug 1085346

Revision history for this message
Lin Hua Cheng (lin-hua-cheng) wrote :

The indentation check for pep8 have been changed to be relax.

In the sample code:

ram = tables.Column(get_size,
 verbose_name=_('RAM'),
 attrs={'data-type': 'size'})

Second and third line only has one space indented, and pep8 check passes. Should this be made stricter?