remove local command

This commit is contained in:
Ping Xiao 2020-08-03 11:22:50 +08:00
parent eaa5582a01
commit b5226a8d05
1 changed files with 1 additions and 3 deletions

View File

@ -51,8 +51,6 @@ class TDTestCase:
ret = tdSql.query('show vgroups')
tdSql.checkRows(0)
tdSql.execute('set max_binary_display_width 40')
def stop(self):
tdSql.close()