summaryrefslogtreecommitdiff
path: root/slixmpp/xmlstream/handler/xmlcallback.py
diff options
context:
space:
mode:
Diffstat (limited to 'slixmpp/xmlstream/handler/xmlcallback.py')
-rw-r--r--slixmpp/xmlstream/handler/xmlcallback.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slixmpp/xmlstream/handler/xmlcallback.py b/slixmpp/xmlstream/handler/xmlcallback.py
index 31534033..c1adc815 100644
--- a/slixmpp/xmlstream/handler/xmlcallback.py
+++ b/slixmpp/xmlstream/handler/xmlcallback.py
@@ -31,4 +31,4 @@ class XMLCallback(Callback):
stream processing. Used only by prerun.
Defaults to False.
"""
- Callback.run(self, payload.xml, instream)
+ Callback.run(self, payload.xml, instream) # type: ignore