diff --git a/python/sglang/srt/entrypoints/openai/usage_processor.py b/python/sglang/srt/entrypoints/openai/usage_processor.py index c8136829416d..cdd14d74e7f8 100644 --- a/python/sglang/srt/entrypoints/openai/usage_processor.py +++ b/python/sglang/srt/entrypoints/openai/usage_processor.py @@ -2,7 +2,7 @@ from typing import Any, Dict, List, Mapping, Optional, final -from python.sglang.srt.entrypoints.openai.protocol import UsageInfo +from sglang.srt.entrypoints.openai.protocol import UsageInfo @final