From fc1eca7ac39bfc0dc82b2809b19b3d1c7b64a2c7 Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 12 Apr 2021 20:43:42 +0200 Subject: fix: remove all remaining safejids (fix #3457) --- plugins/uptime.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/uptime.py') diff --git a/plugins/uptime.py b/plugins/uptime.py index eca89cc5..a55af970 100644 --- a/plugins/uptime.py +++ b/plugins/uptime.py @@ -12,7 +12,7 @@ Command Retrieve the uptime of the server of ``jid``. """ from poezio.plugin import BasePlugin -from poezio.common import parse_secs_to_str, safeJID +from poezio.common import parse_secs_to_str from slixmpp.xmlstream import ET from slixmpp import JID, InvalidJID from slixmpp.exceptions import IqError, IqTimeout -- cgit v1.2.3