Skip to content
Snippets Groups Projects
Commit 3f5191ab authored by Philipp Hörist's avatar Philipp Hörist
Browse files

fix: Don’t redefine class

parent 16dc125b
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,6 @@
from __future__ import annotations
import nbxmpp
from nbxmpp.protocol import Iq
from nbxmpp.structs import IqProperties
from nbxmpp.structs import StanzaHandler
......@@ -43,7 +42,7 @@ def __init__(self, con: types.Client) -> None:
def _iq_error_received(self,
_con: types.xmppClient,
_stanza: Iq,
_stanza: nbxmpp.protocol.Iq,
properties: IqProperties
) -> None:
self._log.info('Error: %s', properties.error)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment