PEP8 Fix To Test File

pull/793/head
ProsperousHeart 2017-05-30 16:18:11 -05:00
parent 88acee1bc2
commit ae5d6273bc
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ class TestNormalize(unittest.TestCase):
self.assertEqual(extractnumber("three quarter cups"), 3.0/4.0) self.assertEqual(extractnumber("three quarter cups"), 3.0/4.0)
self.assertEqual(extractnumber("three quarters cups"), 3.0/4.0) self.assertEqual(extractnumber("three quarters cups"), 3.0/4.0)
def test_spaces(self): def test_spaces(self):
self.assertEqual(normalize(" this is a test"), self.assertEqual(normalize(" this is a test"),
"this is test") "this is test")