chore: fix formatting
This commit is contained in:
parent
d1d8e33471
commit
ee96d8f940
1 changed files with 0 additions and 2 deletions
|
|
@ -94,8 +94,6 @@ async def main():
|
||||||
collection_names = await connection.table_names()
|
collection_names = await connection.table_names()
|
||||||
assert len(collection_names) == 0, "LanceDB vector database is not empty"
|
assert len(collection_names) == 0, "LanceDB vector database is not empty"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
db_path = get_relational_engine().db_path
|
db_path = get_relational_engine().db_path
|
||||||
dir_path = os.path.dirname(db_path)
|
dir_path = os.path.dirname(db_path)
|
||||||
file_path = os.path.basename(db_path)
|
file_path = os.path.basename(db_path)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue