mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 09:08:31 +00:00
fix linting
This commit is contained in:
@@ -18,7 +18,7 @@ class ExcelKnowledgeSource(BaseFileKnowledgeSource):
|
||||
def _import_dependencies(self):
|
||||
"""Dynamically import dependencies."""
|
||||
try:
|
||||
import openpyxl
|
||||
import openpyxl # noqa
|
||||
import pandas as pd
|
||||
|
||||
return pd
|
||||
|
||||
Reference in New Issue
Block a user