Skip to content

Fix UFMT formatting in test_builders_utils.py - #22033

Draft
psiddh with Copilot wants to merge 1 commit into
mainfrom
copilot/fix-lintrunner-job-failure
Draft

Fix UFMT formatting in test_builders_utils.py#22033
psiddh with Copilot wants to merge 1 commit into
mainfrom
copilot/fix-lintrunner-job-failure

Conversation

Copilot AI commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Summary

The lintrunner CI job was failing due to UFMT formatting violations in the newly added backends/qualcomm/tests/test_builders_utils.py. Two function calls were split across multiple lines where UFMT requires them on a single line.

  • Collapsed multi-line self._exported_program_with_get_attr(...) calls in test_is_parameter_accepts_unlifted_get_attr and test_get_parameter_reads_unlifted_get_attr to single-line form to satisfy UFMT

Test plan

Verified by the lintrunner CI job passing after the formatting fix.

@pytorch-bot

pytorch-bot Bot commented Aug 21, 2026

Copy link
Copy Markdown

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/22033

Note: Links to docs will display an error until the docs builds have been completed.

⚠️ 16 Awaiting Approval

As of commit 9d0ebc6 with merge base 90f88b7 (image):

AWAITING APPROVAL - The following workflows need approval before CI can run:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@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 Aug 21, 2026
@github-actions

Copy link
Copy Markdown

This PR needs a release notes: label

If your change should be included in the release notes (i.e. would users of this library care about this change?), please use a label starting with release notes:. This helps us keep track and include your important work in the next release notes.

To add a label, you can comment to pytorchbot, for example
@pytorchbot label "release notes: none"

For more information, see
https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work.

Copilot AI changed the title [WIP] Fix failing GitHub Actions job lintrunner Fix UFMT formatting in test_builders_utils.py Aug 21, 2026
Copilot AI requested a review from psiddh August 21, 2026 20: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.

2 participants