-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash in PEP 561 module resoltion (#6000)
If there was a py.typed file in a stub-only package, and it didn't contain "partial", there would be an unbound local error. To fix this, we treat it as a normal stub-only package instead.
- Loading branch information
1 parent
971e3a9
commit 8843129
Showing
1 changed file
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters