Don't duplicate "other-error" (sasl.scram)

This commit is contained in:
jesopo 2019-02-24 09:04:42 +00:00
parent 77ab4707b2
commit f3f6102dbc

View file

@ -17,8 +17,7 @@ SCRAM_ERRORS = [
"unsupported-channel-binding-type",
"unknown-user",
"invalid-username-encoding", # invalid utf8 or bad SASLprep
"no-resources",
"other-error"
"no-resources"
]
def _scram_nonce() -> bytes: