Skip to content

Commit 71f6e7c

Browse files
committed
add pragma no cover to async decorator
1 parent d751872 commit 71f6e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nemoguardrails/llm/providers/_langchain_nvidia_ai_endpoints_patch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def wrapper(
5757
return wrapper
5858

5959

60-
def async_stream_decorator(func):
60+
def async_stream_decorator(func): # pragma: no cover
6161
@wraps(func)
6262
async def wrapper(
6363
self,

0 commit comments

Comments
 (0)