From d3344da9c59314e5260ae4f8c8cc1f30e5d69e3f Mon Sep 17 00:00:00 2001 From: Eli Uriegas Date: Fri, 27 Jan 2017 22:15:34 -0600 Subject: [PATCH] Add a pesky newline --- sanic/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')