mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #21268 -- Fixed E303 pep8 warnings
This commit is contained in:
parent
65d1d65d52
commit
bab9123daa
53 changed files with 2 additions and 87 deletions
|
@ -68,7 +68,6 @@ class CustomManagerTests(TestCase):
|
|||
# manager
|
||||
self.assertIsInstance(self.p2.books, PublishedBookManager)
|
||||
|
||||
|
||||
# The default manager, "objects", doesn't exist, because a custom one
|
||||
# was provided.
|
||||
self.assertRaises(AttributeError, lambda: Book.objects)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue