mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-16 11:12:21 +03:00
Drop redundant comment.
This commit is contained in:
parent
8bb427537c
commit
27590fea8b
|
@ -5,7 +5,6 @@ See RFC 2616 - Sec 10: http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
|
||||||
Also see django.core.handlers.wsgi.STATUS_CODE_TEXT
|
Also see django.core.handlers.wsgi.STATUS_CODE_TEXT
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# Verbose format
|
|
||||||
HTTP_100_CONTINUE = 100
|
HTTP_100_CONTINUE = 100
|
||||||
HTTP_101_SWITCHING_PROTOCOLS = 101
|
HTTP_101_SWITCHING_PROTOCOLS = 101
|
||||||
HTTP_200_OK = 200
|
HTTP_200_OK = 200
|
||||||
|
|
Loading…
Reference in New Issue
Block a user