From 64aa431481086696be9e9d5d171eae6bd302899e Mon Sep 17 00:00:00 2001 From: slzhou Date: Thu, 2 Feb 2023 08:59:33 +0800 Subject: [PATCH] fix: syntax error --- tests/develop-test/2-query/ts_2523.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/develop-test/2-query/ts_2523.py b/tests/develop-test/2-query/ts_2523.py index 1f6c9997b4..12e4bc7071 100644 --- a/tests/develop-test/2-query/ts_2523.py +++ b/tests/develop-test/2-query/ts_2523.py @@ -59,4 +59,3 @@ class TDTestCase: tdCases.addWindows(__file__, TDTestCase()) tdCases.addLinux(__file__, TDTestCase()) -~ -- GitLab