make flake8 happy
This commit is contained in:
parent
5d00717f39
commit
e48bd08095
|
@ -206,8 +206,8 @@ class Unauthorized(SanicException):
|
||||||
:param scheme: Name of the authentication scheme to be used.
|
:param scheme: Name of the authentication scheme to be used.
|
||||||
:param realm: Description of the protected area. (optional)
|
:param realm: Description of the protected area. (optional)
|
||||||
:param challenge: A dict containing values to add to the WWW-Authenticate
|
:param challenge: A dict containing values to add to the WWW-Authenticate
|
||||||
header that is generated. This is especially useful when dealing with the
|
header that is generated. This is especially useful when
|
||||||
Digest scheme. (optional)
|
dealing with the Digest scheme. (optional)
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user