Explorar o código

Fixed flake8 error.

Tim Graham %!s(int64=10) %!d(string=hai) anos
pai
achega
4b25ebf112
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      django/test/testcases.py

+ 0 - 1
django/test/testcases.py

@@ -868,7 +868,6 @@ class TransactionTestCase(SimpleTestCase):
                          allow_cascade=self.available_apps is not None,
                          inhibit_post_migrate=self.available_apps is not None)
 
-
     def assertQuerysetEqual(self, qs, values, transform=repr, ordered=True, msg=None):
         items = six.moves.map(transform, qs)
         if not ordered: