aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/tests/files.py
diff options
context:
space:
mode:
authorBen Timby2012-01-18 22:59:30 -0500
committerBen Timby2012-01-18 22:59:30 -0500
commit0a5ca000edcd8fba1e5e5f71c7267d9f52e456a0 (patch)
treeb7ce62d60bc0aebc889a15cc6bd473d0a3ea8af1 /djangorestframework/tests/files.py
parent5f4096ca28d6c0b9ea98f43278789b38cf0d37bb (diff)
downloaddjango-rest-framework-0a5ca000edcd8fba1e5e5f71c7267d9f52e456a0.tar.bz2
Docstring/whitespace fixes.
Diffstat (limited to 'djangorestframework/tests/files.py')
-rw-r--r--djangorestframework/tests/files.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/djangorestframework/tests/files.py b/djangorestframework/tests/files.py
index 91f46061..d3b1cc56 100644
--- a/djangorestframework/tests/files.py
+++ b/djangorestframework/tests/files.py
@@ -30,7 +30,3 @@ class UploadFilesTests(TestCase):
response = view(request)
self.assertEquals(response.content, '{"FILE_CONTENT": "stuff", "FILE_NAME": "stuff.txt"}')
-
-
-
-