Skip to content

Commit 75a437b

Browse files
committed
fix
1 parent 470da57 commit 75a437b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

paimon-python/pypaimon/cli/cli_db.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ def cmd_db_list(args):
195195
for database_name in databases:
196196
print(database_name)
197197

198+
198199
def cmd_db_list_tables(args):
199200
"""
200201
Execute the 'db list-tables' command.

0 commit comments

Comments
 (0)