Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ModuleType.__file__ to be Optional (#6186)
Per the Python documentation, `ModuleType.__file__` is `Optional`: https://docs.python.org/3/reference/import.html#file__
- Loading branch information