Remove unused variable

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2022-02-16 13:17:15 +01:00
parent a38c6ec551
commit 5db76017ed

View file

@ -153,7 +153,7 @@ class Plugin(E2EEPlugin):
'I can\'t decrypt this message as it '
'is not encrypted for me.'
)
except (NoAvailableSession,) as exn:
except (NoAvailableSession,):
# We received a message from that contained a session that we
# don't know about (deleted session storage, etc.). We can't
# decrypt the message, and it's going to be lost.