Skip to content

Conversation

@maggiemoss
Copy link
Contributor

One line import statements were being reformatted from:

from package.test_save_load import TestSaveLoad  # noqa: F401

to

from package.test_save_load  import (
   TestSaveLoad # noqa: F401
)

Which is not what we want. This PR makes sure we're not reformatting this case unecessarily.

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jan 9, 2026
@maggiemoss maggiemoss merged commit e5b32d3 into facebook:main Jan 9, 2026
18 checks passed
@maggiemoss maggiemoss deleted the fix-preserve-comments-bug branch January 9, 2026 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant