make flake8 happy

This commit is contained in:
Yun Xu 2017-07-02 10:05:33 -07:00
parent 5d00717f39
commit e48bd08095

View File

@ -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