ruff
f8890b70 - [ty] __file__ is always a string inside a Python module (#18071)

Commit
145 days ago
[ty] __file__ is always a string inside a Python module (#18071) ## Summary Understand that `__file__` is always set and a `str` when looked up as an implicit global from a Python file we are type checking. ## Test Plan mdtests
Author
Parents
Loading