Whitespace

This commit is contained in:
Ross Lawley 2013-01-04 16:28:26 +00:00
parent 0f9e4ef352
commit 5c45eee817

View File

@ -654,8 +654,7 @@ class InstanceTest(unittest.TestCase):
Foo.drop_collection()
a = Foo(name='hello')
a.save()
a = Foo(name='hello').save()
a.bar = a
with open(TEST_IMAGE_PATH, 'rb') as test_image: