Skip to content
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

Remove unnecessary assignment in _recv_loop #601

Merged
merged 1 commit into from May 15, 2020

Conversation

Akrog
Copy link
Contributor

@Akrog Akrog commented Feb 12, 2020

In _recv_loop we assign self.fd to local variable fd, but then we don't use it within the method, so we can remove it.

In _recv_loop we assign self.fd to local variable fd, but then we don't
use it within the method, so we can remove it.
@Akrog
Copy link
Contributor Author

Akrog commented Feb 12, 2020

CI test failures are caused by the incompatibility of the six version with the virtualenv version, as can be seen in the logs.

Virtualenv version 20.0.2 requires six version 1.12.0 or higher, as it needs the patch that adds ensure_text, but the CI has version 1.10.

Copy link
Contributor

@tipabu tipabu left a comment

Choose a reason for hiding this comment

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

Yup, sure enough, unused. Thanks!

@tipabu tipabu merged commit 336773d into eventlet:master May 15, 2020
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.

None yet

2 participants