<#18451 Only expose the equiv of `from typing impo...
# github-notifications
q
#18451 Only expose the equiv of `from typing import *` in prelude files Issue created by kaos
Copy code
`dir` on a module appears to include all of the top-level names including any imported modules. For `typing` this includes `sys` (and `__builtins__`). Is that intentional?
_Originally posted by @huonw in #18442 (comment)_ pantsbuild/pants