From 75749b8ba0be4aa45f241b3884fe614308c9169d Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Tue, 28 May 2024 11:20:31 +0200 Subject: [PATCH] Update bibliography.py --- lollms/functions/bibliography.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lollms/functions/bibliography.py b/lollms/functions/bibliography.py index df75ebb..dfb32aa 100644 --- a/lollms/functions/bibliography.py +++ b/lollms/functions/bibliography.py @@ -8,7 +8,7 @@ from pathlib import Path from functools import partial # It is advised to import typing elements -from typing import List, Optional +from typing import List, Optional, Any # Import PackageManager if there are potential libraries that need to be installed from lollms.utilities import PackageManager, find_first_available_file_index, discussion_path_to_url