Commit 0cf158cf authored by Alex Gaynor's avatar Alex Gaynor
Browse files

Fixed a small collection of flake8 violations that had snuck in

parent 3ecc25bd
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -1988,6 +1988,7 @@ class FileAndImageFieldTests(TestCase):
        self.assertEqual(instance.image.name, 'foo/test4.png')
        instance.delete()


class ModelOtherFieldTests(TestCase):
    def test_big_integer_field(self):
        bif = BigIntForm({'biggie': '-9223372036854775808'})