From e48bd08095e3f6318d62494813d5be9fb1bbf0d4 Mon Sep 17 00:00:00 2001 From: Yun Xu Date: Sun, 2 Jul 2017 10:05:33 -0700 Subject: [PATCH] make flake8 happy --- sanic/exceptions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sanic/exceptions.py b/sanic/exceptions.py index c74f3873..e3285d1d 100644 --- a/sanic/exceptions.py +++ b/sanic/exceptions.py @@ -206,8 +206,8 @@ class Unauthorized(SanicException): :param scheme: Name of the authentication scheme to be used. :param realm: Description of the protected area. (optional) :param challenge: A dict containing values to add to the WWW-Authenticate - header that is generated. This is especially useful when dealing with the - Digest scheme. (optional) + header that is generated. This is especially useful when + dealing with the Digest scheme. (optional) """ pass