Skip to content

Conversation

@mrm9084
Copy link
Contributor

@mrm9084 mrm9084 commented Oct 29, 2025

Add pylint disable comment for unused argument in on_start method.

Description

Please add an informative description that covers that changes made by the pull request and link all relevant issues.

Contribution checklist:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.
  • Pull request includes test coverage for the included changes.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR.

Add pylint disable comment for unused argument in on_start method.
@mrm9084 mrm9084 requested a review from Copilot October 29, 2025 01:22
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a pylint disable comment to suppress the unused-argument warning for the parent_context parameter in the on_start method of what appears to be a telemetry span processor class.

  • Added pylint directive to suppress unused-argument warning for parent_context parameter

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@mrm9084 mrm9084 merged commit bd32c17 into main Oct 29, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants