We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf6bd6 commit 739a255Copy full SHA for 739a255
google/api_core/grpc_helpers_async.py
@@ -101,7 +101,7 @@ def __init__(self):
101
async def read(self) -> P:
102
try:
103
result = await self._call.read()
104
- logging_enabled = _LOGGER.isEnabledFor(logging.DEBUG)
+ logging_enabled = _LOGGER.isEnabledFor(logging.DEBUG) # pragma: NO COVER
105
if logging_enabled: # pragma: NO COVER
106
if isinstance(result, proto.Message):
107
response_payload = type(result).to_json(result)
0 commit comments