diff --git a/autogen/tools/experimental/crawl4ai/litellm_config_factory.py b/autogen/tools/experimental/crawl4ai/litellm_config_factory.py index 0dcc5fcfb5..7ef1ddd04a 100644 --- a/autogen/tools/experimental/crawl4ai/litellm_config_factory.py +++ b/autogen/tools/experimental/crawl4ai/litellm_config_factory.py @@ -5,7 +5,7 @@ from abc import ABC, abstractmethod from typing import Any, Callable -from ....oai import get_first_llm_config # noqa +from ....oai import get_first_llm_config __all__ = ["LiteLLmConfigFactory"]