Fix shape tuple syntax in tensorqs_tutorial.py#3843
Fix shape tuple syntax in tensorqs_tutorial.py#3843horno1337 wants to merge 2 commits intopytorch:mainfrom
Conversation
removed unnecessary coma from the 'shape' tuple ;)
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/tutorials/3843
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 36b676d with merge base 49c2c81 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
Claude finished @sekyondaMeta's task in 32s —— View job Review of PR #3843
Change: Verdict: This is a valid style improvement. The trailing comma in The change is minimal, correct, and doesn't affect functionality. LGTM. ✓ |
removed unnecessary coma from the 'shape' tuple ;)
Description
removed an unnecessary coma from a tuple, no issue has been raised for this so I didn't reference any.
Checklist