summaryrefslogtreecommitdiff
path: root/sleekxmpp/xmlstream/stanzabase.py
diff options
context:
space:
mode:
Diffstat (limited to 'sleekxmpp/xmlstream/stanzabase.py')
-rw-r--r--sleekxmpp/xmlstream/stanzabase.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sleekxmpp/xmlstream/stanzabase.py b/sleekxmpp/xmlstream/stanzabase.py
index f8242005..f4a7e506 100644
--- a/sleekxmpp/xmlstream/stanzabase.py
+++ b/sleekxmpp/xmlstream/stanzabase.py
@@ -588,7 +588,6 @@ class ElementBase(object):
if isinstance(xpath, str):
xpath = self._fix_ns(xpath, split=True, propagate_ns=False)
-
# Extract the tag name and attribute checks for the first XPath node.
components = xpath[0].split('@')
tag = components[0]