Update bibliography.py

This commit is contained in:
Saifeddine ALOUI 2024-05-28 11:20:31 +02:00 committed by GitHub
parent 72443c17f4
commit 75749b8ba0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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