Skip to content

Commit 739a255

Browse files
committed
coverage
1 parent fdf6bd6 commit 739a255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/api_core/grpc_helpers_async.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def __init__(self):
101101
async def read(self) -> P:
102102
try:
103103
result = await self._call.read()
104-
logging_enabled = _LOGGER.isEnabledFor(logging.DEBUG)
104+
logging_enabled = _LOGGER.isEnabledFor(logging.DEBUG) # pragma: NO COVER
105105
if logging_enabled: # pragma: NO COVER
106106
if isinstance(result, proto.Message):
107107
response_payload = type(result).to_json(result)

0 commit comments

Comments
 (0)