ruff
7f379718 - Fix formatter with-statement after-as own line comment instability (#6033)

Commit
2 years ago
Fix formatter with-statement after-as own line comment instability (#6033) **Summary** Fix an instability in with statement formatter when there is an own line comment as the `as` ```python with ( a as # bad comment b): ``` **Test Plan** Added the comment to the test cases.
Author
Parents
Loading