From 82deedbaff891960116ce470711acf772bdaddd8 Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Wed, 8 Feb 2023 14:13:26 +0800 Subject: [PATCH] test: remove blank line --- tests/system-test/1-insert/insert_drop.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/system-test/1-insert/insert_drop.py b/tests/system-test/1-insert/insert_drop.py index 4275372d27..930c65d90e 100644 --- a/tests/system-test/1-insert/insert_drop.py +++ b/tests/system-test/1-insert/insert_drop.py @@ -45,7 +45,6 @@ class TDTestCase: tdSql.query(f'select * from information_schema.ins_databases') - def stop(self): tdSql.close() tdLog.success("%s successfully executed" % __file__)