From 9f01d368c008f8775a991ddf8226a15735bc8303 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 4 Apr 2021 16:18:24 +0200 Subject: refactor: remove the now obsolete future_wrapper and asyncio-related module --- slixmpp/plugins/xep_0012/last_activity.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'slixmpp/plugins/xep_0012/last_activity.py') diff --git a/slixmpp/plugins/xep_0012/last_activity.py b/slixmpp/plugins/xep_0012/last_activity.py index 61531431..56905de0 100644 --- a/slixmpp/plugins/xep_0012/last_activity.py +++ b/slixmpp/plugins/xep_0012/last_activity.py @@ -11,11 +11,11 @@ from typing import ( Optional ) -from slixmpp.plugins import BasePlugin, register_plugin -from slixmpp import future_wrapper, JID +from slixmpp.plugins import BasePlugin +from slixmpp import JID from slixmpp.stanza import Iq from slixmpp.exceptions import XMPPError -from slixmpp.xmlstream import JID, register_stanza_plugin +from slixmpp.xmlstream import register_stanza_plugin from slixmpp.xmlstream.handler import CoroutineCallback from slixmpp.xmlstream.matcher import StanzaPath from slixmpp.plugins.xep_0012 import stanza, LastActivity -- cgit v1.2.3