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/ping.py | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/ping.py') diff --git a/examples/ping.py b/examples/ping.py index 65e892a1..cb1bb968 100755 --- a/examples/ping.py +++ b/examples/ping.py @@ -13,7 +13,6 @@ import logging from getpass import getpass from argparse import ArgumentParser from slixmpp.exceptions import IqError, IqTimeout -from slixmpp import asyncio import slixmpp -- cgit v1.2.3