fix flake8 indent error

This commit is contained in:
2017-05-29 22:43:12 -04:00
parent 7fc48b099e
commit 5fa4e74d61
+1 -1
View File
@@ -192,7 +192,7 @@ class HTTPDigestAuth(AuthBase):
elif qop == 'auth' or 'auth' in qop.split(','):
noncebit = "%s:%s:%s:%s:%s" % (
nonce, ncvalue, cnonce, 'auth', HA2
)
)
respdig = KD(HA1, noncebit)
else:
# XXX handle auth-int.