Skip to content

Fix for pylint #1613

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 16, 2021
Merged

Fix for pylint #1613

merged 3 commits into from
Feb 16, 2021

Conversation

lzchen
Copy link
Contributor

@lzchen lzchen commented Feb 16, 2021

Fixes #1611

Pylint failing after latest release. Temporary fix to unblock PRs.

@lzchen lzchen requested review from a team, toumorokoshi and aabmass and removed request for a team February 16, 2021 20:51
@lzchen lzchen added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Feb 16, 2021
@@ -122,6 +122,8 @@ def force_flush(self, timeout_millis: int = 30000) -> bool:
"""


# Temporary fix until https://github.com/PyCQA/pylint/issues/4098 is resolved
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
# Temporary fix until https://github.com/PyCQA/pylint/issues/4098 is resolved
# FIXME: Temporary fix until https://github.com/PyCQA/pylint/issues/4098 is resolved

@codeboten codeboten merged commit 22cfddd into open-telemetry:main Feb 16, 2021
@lzchen lzchen deleted the lint branch February 16, 2021 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lint is failing in main
3 participants