From fbf8c7e65f8353007dcb377408d37ebb08e49936 Mon Sep 17 00:00:00 2001 From: unknown <2542905616@qq.com> Date: Mon, 22 Aug 2022 14:53:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9test=5Ffunction2=E4=B8=BAtest?= =?UTF-8?q?=5Ffunction3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- util.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util.py b/util.py index fefe586..9780999 100644 --- a/util.py +++ b/util.py @@ -37,5 +37,5 @@ class Util: def test_function(self): print("test_function") - def test_function2(self): - print("test_function2") \ No newline at end of file + def test_function3(self): + print("test_function3") \ No newline at end of file