style:fmt

This commit is contained in:
aries_ckt 2023-08-22 18:48:07 +08:00
parent e3c0fbbaa8
commit d716d20a36

View File

@ -46,7 +46,7 @@ class ClickhouseConnect(RDBMSDatabase):
def get_indexes(self, table_name):
"""Get table indexes about specified table."""
return """"""
return ""
def get_show_create_table(self, table_name):
"""Get table show create table about specified table."""