1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

Fixed #25331 -- Removed trailing blank lines in docstrings.

This commit is contained in:
Maxime Lorant
2015-08-31 22:14:35 +02:00
committed by Tim Graham
parent d4b10a7256
commit 5153a3bfdc
60 changed files with 5 additions and 123 deletions

View File

@@ -477,7 +477,6 @@ class TestInlinePermissions(TestCase):
"""
Make sure the admin respects permissions for objects that are edited
inline. Refs #8060.
"""
def setUp(self):