From f8cd29cfb7e842ae7940adbe719d6d2ce781defb Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Tue, 9 Sep 2025 21:53:38 +0800 Subject: [PATCH] feat: updates --- python_annotation_test.py => decorator_test.py | 0 python_none_test.py => none_test_2.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename python_annotation_test.py => decorator_test.py (100%) rename python_none_test.py => none_test_2.py (100%) diff --git a/python_annotation_test.py b/decorator_test.py similarity index 100% rename from python_annotation_test.py rename to decorator_test.py diff --git a/python_none_test.py b/none_test_2.py similarity index 100% rename from python_none_test.py rename to none_test_2.py