Skip to content

Commit 6889a0e

Browse files
committed
fix tox check
Change-Id: I703dc2e51251cbb4273133b91ad8097ae5b6895c Co-developed-by: Cursor <[email protected]>
1 parent 1777471 commit 6889a0e

File tree

2 files changed

+2986
-2985
lines changed

2 files changed

+2986
-2985
lines changed

util/opentelemetry-util-genai/src/opentelemetry/util/genai/_upload/completion_hook.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@ def _calculate_ref_path(
173173
# Get a hash of the text.
174174
system_instruction_hash = hashlib.sha256(
175175
"\n".join(
176-
str(x.content) for x in system_instruction # pyright: ignore[reportUnknownMemberType, reportAttributeAccessIssue, reportUnknownArgumentType]
176+
str(x.content)
177+
for x in system_instruction # pyright: ignore[reportUnknownMemberType, reportAttributeAccessIssue, reportUnknownArgumentType]
177178
).encode("utf-8"),
178179
usedforsecurity=False,
179180
).hexdigest()

0 commit comments

Comments
 (0)