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

format: ensure future keyword import with in #4115

Merged
merged 1 commit into from Dec 9, 2021

Commits on Dec 9, 2021

  1. format: ensure future keyword import with in

    When a module is formatted that has calls to `internal.member_2` or
    `internal.member_3`, which get pretty-printed as infix `in` operator
    calls, the formatter now ensures that the corresponding future keyword
    import is present.
    
    Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
    srenatus committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    3151b47 View commit details
    Browse the repository at this point in the history