From 1a60201f68b4a85b99ea916cf78bc22b0fd726d9 Mon Sep 17 00:00:00 2001 From: Raphael Deem Date: Sat, 20 May 2017 10:44:09 -0700 Subject: [PATCH] flake8 spacing --- sanic/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanic/exceptions.py b/sanic/exceptions.py index ca836647..ade2738d 100644 --- a/sanic/exceptions.py +++ b/sanic/exceptions.py @@ -117,7 +117,7 @@ INTERNAL_SERVER_ERROR_HTML = ''' ''' -_sanic_exceptions= {} +_sanic_exceptions = {} def add_status_code(code):