fix: Add future annotations import to base.py for improved type hinting

This commit is contained in:
jinyu 2024-11-16 01:42:45 +08:00 committed by mathieui
parent d9b0b6dfe6
commit 12c516d365

View File

@ -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