Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
hrshdhgd committed Sep 30, 2024
1 parent 7a9df7d commit ab34cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kg_chat/implementations/duckdb_implementation.py
Original file line number Diff line number Diff line change
@@ -247,7 +247,7 @@ def _load_kg():
print(f"Index creation completed in {elapsed_time_hours:.2f} hours.")
else:
elapsed_time_minutes = elapsed_time_seconds / 60
print(f"Index creation completed completed in {elapsed_time_minutes:.2f} minutes.")
print(f"Index creation completed in {elapsed_time_minutes:.2f} minutes.")

print("Import process finished.")

0 comments on commit ab34cf3

Please sign in to comment.