diff --git a/sanic/constants.py b/sanic/constants.py index 8bb97ed3..0d659f0c 100644 --- a/sanic/constants.py +++ b/sanic/constants.py @@ -1 +1 @@ -HTTP_METHODS = ('GET', 'POST', 'PUT', 'HEAD', 'OPTIONS', 'PATCH', 'DELETE') \ No newline at end of file +HTTP_METHODS = ('GET', 'POST', 'PUT', 'HEAD', 'OPTIONS', 'PATCH', 'DELETE')