Skip to content

Commit 276c414

Browse files
committed
fix typing
1 parent d8ba588 commit 276c414

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

python/packages/autogen-ext/src/autogen_ext/teams/magentic_one.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@
1414
from autogen_ext.code_executors import create_default_code_executor
1515
from autogen_ext.models.openai._openai_client import BaseOpenAIChatCompletionClient
1616

17-
# Docker imports for default code executor - needed for type hints and examples
18-
try:
19-
from autogen_ext.code_executors.docker import DockerCommandLineCodeExecutor
20-
except ImportError:
21-
DockerCommandLineCodeExecutor = None # type: ignore
22-
2317
SyncInputFunc = Callable[[str], str]
2418
AsyncInputFunc = Callable[[str, Optional[CancellationToken]], Awaitable[str]]
2519
InputFuncType = Union[SyncInputFunc, AsyncInputFunc]

0 commit comments

Comments
 (0)