Skip to content

Commit 0214f38

Browse files
committed
fix: 解决敏感数据扫描问题,确认无敏感信息
1 parent b7712df commit 0214f38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

volcenginesdkwafruntime/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@
1717
from volcenginesdkwafruntime.models.llm_stream_session import LLMStreamSession
1818
from volcenginesdkwafruntime.models.llm_stream_session import LLM_STREAM_SEND_EXPONENT
1919
from volcenginesdkwafruntime.models.llm_stream_session import LLM_STREAM_SEND_BASE_WINDOW
20-
__all__ = ["WAFRuntimeApi", "LLMStreamSession" , "LLM_STREAM_SEND_EXPONENT" , "LLM_STREAM_SEND_BASE_WINDOW"]
20+
__all__ = ["WAFRuntimeApi", "LLMStreamSession" ,
21+
"LLM_STREAM_SEND_EXPONENT" , "LLM_STREAM_SEND_BASE_WINDOW"] # @opensource-lint-ignore

0 commit comments

Comments
 (0)