mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Fix pyright issues.
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ from agent_framework import (
|
||||
)
|
||||
from agent_framework._workflows._state import State
|
||||
|
||||
from .._models import _safe_mode_context
|
||||
from .._models import _safe_mode_context # type: ignore[reportPrivateUsage]
|
||||
|
||||
try:
|
||||
from powerfx import Engine
|
||||
|
||||
@@ -26,7 +26,7 @@ from agent_framework import (
|
||||
)
|
||||
|
||||
from .._loader import AgentFactory
|
||||
from .._models import _safe_mode_context
|
||||
from .._models import _safe_mode_context # type: ignore[reportPrivateUsage]
|
||||
from ._declarative_builder import DeclarativeWorkflowBuilder
|
||||
from ._errors import DeclarativeWorkflowError
|
||||
from ._http_handler import HttpRequestHandler
|
||||
|
||||
Reference in New Issue
Block a user