fix: 兼容 Python 3.8 类型注解语法 (from __future__ import annotations)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
"""libvirt 多主机连接管理器"""
|
||||
from __future__ import annotations
|
||||
import libvirt
|
||||
from contextlib import contextmanager
|
||||
import logging
|
||||
|
||||
Reference in New Issue
Block a user