diff --git a/llama_stack/core/routers/vector_io.py b/llama_stack/core/routers/vector_io.py index 7d4248107..26469db2d 100644 --- a/llama_stack/core/routers/vector_io.py +++ b/llama_stack/core/routers/vector_io.py @@ -5,7 +5,7 @@ # the root directory of this source tree. import asyncio -import logging +import logging # allow-direct-logging import uuid from typing import Any