We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9009eea + a46dd9e commit 52c32f7Copy full SHA for 52c32f7
utils/reports/inventory_report.py
@@ -6,7 +6,7 @@
6
import os
7
import dask.dataframe as dd
8
import pandas as pd
9
-from tools.inventory.tool import InventoryTools, FastMCP
+from tools.inventory.tool import InventoryTools
10
11
# Configure logging
12
logging.basicConfig(format="%(asctime)s-%(process)d-%(levelname)s- %(message)s", level=os.environ.get("LOGLEVEL", "ERROR"))
0 commit comments