Fixed a couple flake8 warnings.

This commit is contained in:
Tim Graham 2013-11-07 20:10:25 -05:00
parent 7a7c789d5a
commit 536c447820
3 changed files with 1 additions and 2 deletions

View file

@ -492,6 +492,7 @@ class CustomPrefetchTests(TestCase):
self.assertEqual(lst2[0].houses_lst[0].rooms_lst[1], self.room1_2)
self.assertEqual(len(lst2[1].houses_lst), 0)
class DefaultManagerTests(TestCase):
def setUp(self):