From b7d03d9050ee1bcf10dc8a64c5b2aeda07387319 Mon Sep 17 00:00:00 2001 From: unknown <2542905616@qq.com> Date: Mon, 22 Aug 2022 16:18:53 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=87=BD=E6=95=B0test=5F?= =?UTF-8?q?function5?= 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 29ebd64..a3d8bae 100644 --- a/util.py +++ b/util.py @@ -34,5 +34,5 @@ class Util: return True return False - def test_function4(self): - print("test_function4") + def test_function5(self): + print("test_function5") -- 2.34.1 From aebdca77db78ab92ce1b5076773c8b7dbf9a565e Mon Sep 17 00:00:00 2001 From: unknown <2542905616@qq.com> Date: Mon, 22 Aug 2022 16:23:16 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=87=BD=E6=95=B0test=5F?= =?UTF-8?q?function6?= 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 a3d8bae..b1f9e09 100644 --- a/util.py +++ b/util.py @@ -34,5 +34,5 @@ class Util: return True return False - def test_function5(self): - print("test_function5") + def test_function6(self): + print("test_function6") -- 2.34.1