xep_0384: Remove unused variable

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-02-23 18:31:19 +00:00
parent 52e49e9422
commit 032469a05f
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -418,7 +418,6 @@ class XEP_0384(BasePlugin):
old_errors = errors
no_eligible_devices = set() # type: Set[str]
for exn in errors:
if isinstance(exn, omemo.exceptions.NoDevicesException):
await self._fetch_device_list(exn.bare_jid)