feat(vpcs_tools_netmiko): import Nornir class for type hints

Add import of Nornir class from nornir.core.nornir to support type annotations and improve code clarity in the VPCS tools module.
This commit is contained in:
YueGuobin 2026-03-17 16:31:44 +08:00
parent 8f325b4127
commit a2a52c8a7d

View File

@ -37,6 +37,7 @@ from langchain.tools import BaseTool
from langchain_core.callbacks import CallbackManagerForToolRun
from netmiko.exceptions import ReadTimeout
from nornir import InitNornir
from nornir.core.nornir import Nornir
from nornir.core.task import AggregatedResult
from nornir.core.task import Result
from nornir.core.task import Task