Skip to content

Commit 5bef9ff

Browse files
committed
Ignore unknown function..
1 parent e177a51 commit 5bef9ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def __init__(
177177
# Try to delete the file.. But we don't explicitly ask people to grant the GCS delete IAM permission in our
178178
# docs, so if delete fails just leave the file..
179179
try:
180-
self._fs.rm_file(test_path)
180+
self._fs.rm_file(test_path) # pyright: ignore[reportUnknownMemberType]
181181
except Exception: # pylint: disable=broad-exception-caught
182182
pass
183183

0 commit comments

Comments
 (0)