Now removed the commented out imports in _import_dependencies, as requested

This commit is contained in:
Kevin King
2025-01-30 13:31:35 -05:00
parent ddf2bba451
commit 68d8d10149

View File

@@ -37,8 +37,7 @@ class ExcelKnowledgeSource(BaseFileKnowledgeSource):
def _import_dependencies(self):
"""Dynamically import dependencies."""
try:
# import openpyxl # noqa
# from openpyxl import load_workbook
import pandas as pd
return pd