aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/status.py
diff options
context:
space:
mode:
authorTom Christie2011-12-29 13:31:12 +0000
committerTom Christie2011-12-29 13:31:12 +0000
commit07349597ab936dc9887caa70b5d7d2860c897b12 (patch)
treedb1fdb8934e4d8dc8d3afe8d1e9fd076e3a4e27d /djangorestframework/status.py
parent1bdc5eacc6290c486796eb5ab8fa29092137dab6 (diff)
downloaddjango-rest-framework-07349597ab936dc9887caa70b5d7d2860c897b12.tar.bz2
whitespace fixes
Diffstat (limited to 'djangorestframework/status.py')
-rw-r--r--djangorestframework/status.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/djangorestframework/status.py b/djangorestframework/status.py
index 67704b8e..93c2a392 100644
--- a/djangorestframework/status.py
+++ b/djangorestframework/status.py
@@ -89,4 +89,4 @@ NOT_IMPLEMENTED = 501
BAD_GATEWAY = 502
SERVICE_UNAVAILABLE = 503
GATEWAY_TIMEOUT = 504
-HTTP_VERSION_NOT_SUPPORTED = 505 \ No newline at end of file
+HTTP_VERSION_NOT_SUPPORTED = 505