-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
codemod pep585_imports #2648
codemod pep585_imports #2648
Conversation
This pull request was exported from Phabricator. Differential Revision: D60976146 |
This pull request was exported from Phabricator. Differential Revision: D60976146 |
Summary: Pull Request resolved: facebook#2648 No more `from typing import ...` (sometimes)! Reviewed By: esantorella Differential Revision: D60976146
d2ae682
to
dcefed9
Compare
This pull request was exported from Phabricator. Differential Revision: D60976146 |
Summary: Pull Request resolved: facebook#2648 No more `from typing import ...` (sometimes)! Reviewed By: esantorella Differential Revision: D60976146
dcefed9
to
867cbee
Compare
Summary: Pull Request resolved: facebook#2648 No more `from typing import ...` (sometimes)! Reviewed By: esantorella Differential Revision: D60976146
This pull request was exported from Phabricator. Differential Revision: D60976146 |
867cbee
to
5074793
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2648 +/- ##
=======================================
Coverage 95.27% 95.27%
=======================================
Files 493 493
Lines 47612 47637 +25
=======================================
+ Hits 45360 45385 +25
Misses 2252 2252 ☔ View full report in Codecov by Sentry. |
This pull request has been merged in 837e422. |
Summary: No more
from typing import ...
(sometimes)!Differential Revision: D60976146