Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/164438
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 1a11635 with merge base a10207e ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Signed-off-by: Yuanyuan Chen <cyyever@outlook.com>
|
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
|
@pytorchmergebot merge |
|
The merge job was canceled or timed out. This most often happen if two merge requests were issued for the same PR, or if merge job was waiting for more than 6 hours for tests to finish. In later case, please do not hesitate to reissue the merge command |
|
@pytorchmergebot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
This PR is follow-up of #164438 to continue applying `UP035` rule. All changes are about proper `Callable` importation. Pull Request resolved: #164653 Approved by: https://github.com/aorenste
Continued code migration to enable ruff UP035. Most changes are about moving `Callable` from typing to from collections.abc. Pull Request resolved: pytorch#164438 Approved by: https://github.com/ezyang
This PR is follow-up of pytorch#164438 to continue applying `UP035` rule. All changes are about proper `Callable` importation. Pull Request resolved: pytorch#164653 Approved by: https://github.com/aorenste
Continued code migration to enable ruff UP035. Most changes are about moving
Callablefrom typing to from collections.abc.cc @H-Huang @awgu @wanchaol @fegin @fduwjj @wz337 @wconstab @d4l3k @pragupta @msaroufim @dcci @EikanWang @jgong5 @wenzhe-nrv @sanchitintel @ezyang