mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-06 15:39:24 +00:00
Now removed the commented out imports in _import_dependencies, as requested
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user