Skip to content

Commit c8edae9

Browse files
committed
Run linter
1 parent 5ddc159 commit c8edae9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

opentelemetry-exporter-gcp-logging/src/opentelemetry/exporter/cloud_logging/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ def _convert_bytes_to_b64(body: Mapping) -> Mapping:
125125
body[key] = _convert_bytes_to_b64(value)
126126
return body
127127

128+
128129
def _set_payload_in_log_entry(log_entry: LogEntry, body: Any | None):
129130
struct = Struct()
130131
if isinstance(body, Mapping):

opentelemetry-exporter-gcp-logging/tests/test_cloud_logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def test_convert_otlp_dict_body(
9393
},
9494
}
9595
],
96-
"bytes_field": b'bytes'
96+
"bytes_field": b"bytes",
9797
}
9898
},
9999
),

0 commit comments

Comments
 (0)