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 WrappedNode method indirection #15813

Merged
merged 3 commits into from
Jun 14, 2022

Commits on Jun 13, 2022

  1. Replace the run_wrapped_node method with a conventional method `run…

    …_node`.
    
    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    stuhood committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    ec7fc69 View commit details
    Browse the repository at this point in the history
  2. Remove unused parameter.

    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    stuhood committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    cb4435d View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary Future combinator usage.

    [ci skip-build-wheels]
    stuhood committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    5af94d4 View commit details
    Browse the repository at this point in the history