summaryrefslogtreecommitdiff
path: root/tests/apps
diff options
context:
space:
mode:
authorMaxime Lorant <maxime.lorant@gmail.com>2015-08-31 22:14:35 +0200
committerTim Graham <timograham@gmail.com>2015-08-31 17:37:21 -0400
commit5153a3bfdcec82324d67ff79862384288cf6afe6 (patch)
treea03c5ee4bdf3b5b6529df479fbac123a3065d82a /tests/apps
parentd4b10a725614322769a419180039771634a06571 (diff)
downloaddjango-5153a3bfdcec82324d67ff79862384288cf6afe6.tar.gz
Fixed #25331 -- Removed trailing blank lines in docstrings.
Diffstat (limited to 'tests/apps')
-rw-r--r--tests/apps/tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/apps/tests.py b/tests/apps/tests.py
index 3dfd88f136..ae8f0c6c92 100644
--- a/tests/apps/tests.py
+++ b/tests/apps/tests.py
@@ -391,7 +391,6 @@ class NamespacePackageAppTests(SimpleTestCase):
(Because then we wouldn't know where to load its templates, static
assets, etc from.)
-
"""
# Temporarily add two directories to sys.path that both contain
# components of the "nsapp" package.