From f3f6102dbc28a0df8789cf0130469110a800b7ae Mon Sep 17 00:00:00 2001 From: jesopo Date: Sun, 24 Feb 2019 09:04:42 +0000 Subject: [PATCH] Don't duplicate `"other-error"` (sasl.scram) --- modules/sasl/scram.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/sasl/scram.py b/modules/sasl/scram.py index 03bc610a..f243d1e6 100644 --- a/modules/sasl/scram.py +++ b/modules/sasl/scram.py @@ -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: