PEP8 cleanup

This commit is contained in:
Jeremy Stretch
2018-10-26 13:27:54 -04:00
parent 94946c5854
commit 0c7510c1a8
4 changed files with 5 additions and 6 deletions

View File

@@ -327,4 +327,4 @@ LENGTH_UNIT_CHOICES = (
(LENGTH_UNIT_CENTIMETER, 'Centimeters'),
(LENGTH_UNIT_FOOT, 'Feet'),
(LENGTH_UNIT_INCH, 'Inches'),
)
)