From 9d6cf065e930312f8cc0b17262d3e3d8e26236a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=91=98=E9=98=BF=E6=B1=9F-Relakkes?= Date: Fri, 26 Sep 2025 17:38:50 +0800 Subject: [PATCH] fix(cli): support runtime without peps604 --- cmd_arg/arg.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmd_arg/arg.py b/cmd_arg/arg.py index ba20e65..fb15d65 100644 --- a/cmd_arg/arg.py +++ b/cmd_arg/arg.py @@ -9,6 +9,9 @@ # 使用本代码即表示您同意遵守上述原则和LICENSE中的所有条款。 +from __future__ import annotations + + from enum import Enum from types import SimpleNamespace from typing import Iterable, Optional, Sequence, Type, TypeVar