From 12c516d365edc3f33665eec0db6d7f3ae0f90c8c Mon Sep 17 00:00:00 2001 From: jinyu <96060102+jinyu2022@users.noreply.github.com> Date: Sat, 16 Nov 2024 01:42:45 +0800 Subject: [PATCH] fix: Add future annotations import to base.py for improved type hinting --- slixmpp/plugins/base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/slixmpp/plugins/base.py b/slixmpp/plugins/base.py index 37da0eea..6cf77b3e 100644 --- a/slixmpp/plugins/base.py +++ b/slixmpp/plugins/base.py @@ -6,6 +6,7 @@ # Part of Slixmpp: The Slick XMPP Library # :copyright: (c) 2012 Nathanael C. Fritz # :license: MIT, see LICENSE for more details +from __future__ import annotations import sys import copy