Fix PEP8: E302 expected 2 blank lines, found 1

This commit is contained in:
stv
2014-11-08 17:18:52 -08:00
parent d9502e48de
commit cf9308144d
102 changed files with 120 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ Tests for string_utils.py
from django.test import TestCase
from util.string_utils import str_to_bool
class StringUtilsTest(TestCase):
"""
Tests for str_to_bool.