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", "unsupported-channel-binding-type",
"unknown-user", "unknown-user",
"invalid-username-encoding", # invalid utf8 or bad SASLprep "invalid-username-encoding", # invalid utf8 or bad SASLprep
"no-resources", "no-resources"
"other-error"
] ]
def _scram_nonce() -> bytes: def _scram_nonce() -> bytes: