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

Commits on Feb 12, 2020

  1. Remove unnecessary assignment in _recv_loop

    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 committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    adb18ae View commit details
    Browse the repository at this point in the history