diff --git a/llama_stack/distribution/stack.py b/llama_stack/distribution/stack.py index 7fe7d3ca7..08a914169 100644 --- a/llama_stack/distribution/stack.py +++ b/llama_stack/distribution/stack.py @@ -5,7 +5,6 @@ # the root directory of this source tree. from typing import Any, Dict - from termcolor import colored from llama_models.llama3.api.datatypes import * # noqa: F403