Skip to content

Commit 52c32f7

Browse files
committed
Merge branch 'beta' into feat/cli-scanner-tool
Signed-off-by: S3B4SZ17 <[email protected]>
2 parents 9009eea + a46dd9e commit 52c32f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/reports/inventory_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import os
77
import dask.dataframe as dd
88
import pandas as pd
9-
from tools.inventory.tool import InventoryTools, FastMCP
9+
from tools.inventory.tool import InventoryTools
1010

1111
# Configure logging
1212
logging.basicConfig(format="%(asctime)s-%(process)d-%(levelname)s- %(message)s", level=os.environ.get("LOGLEVEL", "ERROR"))

0 commit comments

Comments
 (0)