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/mam.py | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/mam.py') diff --git a/examples/mam.py b/examples/mam.py index 5f9dde3a..cd6b738a 100755 --- a/examples/mam.py +++ b/examples/mam.py @@ -15,7 +15,6 @@ from argparse import ArgumentParser import slixmpp from slixmpp.exceptions import XMPPError -from slixmpp import asyncio log = logging.getLogger(__name__) -- cgit v1.2.3