From dda4e18b810e5f76bca78c80dfb8a3d32e4b5bcf Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Tue, 9 Oct 2018 10:57:19 +0200 Subject: examples: Remove unused asyncio imports. --- examples/pubsub_client.py | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/pubsub_client.py') diff --git a/examples/pubsub_client.py b/examples/pubsub_client.py index 675c01e3..480c7d89 100755 --- a/examples/pubsub_client.py +++ b/examples/pubsub_client.py @@ -5,7 +5,6 @@ import logging from getpass import getpass from argparse import ArgumentParser -import asyncio import slixmpp from slixmpp.exceptions import XMPPError from slixmpp.xmlstream import ET, tostring -- cgit v1.2.3