Browse Source

Fixed flake8 error.

Tim Graham 10 years ago
parent
commit
4b25ebf112
1 changed files with 0 additions and 1 deletions
  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: