fix linting

This commit is contained in:
Brandon Hancock
2024-11-07 11:37:06 -05:00
parent 4af263ca1e
commit 59165cbad8

View File

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