From 2f3aab9cfdc139f399387dbb90300d5a8bf8d2f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Mart=C3=ADnez?= Date: Sat, 20 May 2023 12:29:36 +0200 Subject: [PATCH] Formatting fixes --- constants.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/constants.py b/constants.py index ea7b7ef..ca3b8a1 100644 --- a/constants.py +++ b/constants.py @@ -12,4 +12,4 @@ CHROMA_SETTINGS = Settings( chroma_db_impl='duckdb+parquet', persist_directory=PERSIST_DIRECTORY, anonymized_telemetry=False -) \ No newline at end of file +) diff --git a/requirements.txt b/requirements.txt index 204b77c..a1bd4a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,4 @@ extract-msg==0.41.1 tabulate==0.9.0 pandoc==2.3 pypandoc==1.11 -tqdm==4.65.0 \ No newline at end of file +tqdm==4.65.0