You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: suppress false positive linting errors in message_reconstructor.py
- Add noqa: F401 for imports used dynamically within try blocks
- Add noqa: I001 and sort imports alphabetically (AIMessage, BaseMessage, etc.)
- These imports ARE used to construct message objects but linter cannot detect usage
Copy file name to clipboardExpand all lines: util/opentelemetry-util-genai-traceloop-translator/src/opentelemetry/util/genai/processor/message_reconstructor.py
0 commit comments