Remove trailing whitespace

This commit is contained in:
mathieui 2019-08-22 14:18:40 +02:00
parent aa11ba463e
commit a32794ec35
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

@ -927,7 +927,7 @@ class XMLStream(asyncio.BaseProtocol):
else:
self.send_raw(data)
self.waiting_queue.task_done()
def send(self, data, use_filters=True):
"""A wrapper for :meth:`send_raw()` for sending stanza objects.