mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-18 08:17:38 +00:00
style:fmt
This commit is contained in:
parent
e3c0fbbaa8
commit
d716d20a36
@ -46,7 +46,7 @@ class ClickhouseConnect(RDBMSDatabase):
|
|||||||
|
|
||||||
def get_indexes(self, table_name):
|
def get_indexes(self, table_name):
|
||||||
"""Get table indexes about specified table."""
|
"""Get table indexes about specified table."""
|
||||||
return """"""
|
return ""
|
||||||
|
|
||||||
def get_show_create_table(self, table_name):
|
def get_show_create_table(self, table_name):
|
||||||
"""Get table show create table about specified table."""
|
"""Get table show create table about specified table."""
|
||||||
|
Loading…
Reference in New Issue
Block a user