Skip to content

Commit f260dcf

Browse files
committed
test: remove unnecessary pragma no cover for sync_wrapper
1 parent a04783e commit f260dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions_framework/execution_id.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ async def async_wrapper(request, *args, **kwargs):
196196
return result
197197

198198
@functools.wraps(view_function)
199-
def sync_wrapper(request, *args, **kwargs): # pragma: no cover
199+
def sync_wrapper(request, *args, **kwargs):
200200
context = _extract_context_from_headers(request.headers)
201201
token = execution_context_var.set(context)
202202

0 commit comments

Comments
 (0)