## Environment data - Pylance trunk - Pyrefly 0.63.1 - Type server set to Pyrefly ## Code Snippet ``` import httpx httpx.<> def foo(x: httpx.<>): ... ``` ## Repro Steps - uv install httpx - attempt to go-to definition - fails - noticed on swebench_pyrefly repo with environment set up - also noticed on `torchrec` repo with `torch` dependency when `torch` is `pip install`ed XXX ## Logs <!-- Enable trace logging by adding "python.analysis.logLevel": "Trace" to your settings.json configuration file. Adding this will cause a large amount of info to be printed to the Python output panel. This should not be left long term, as the performance impact of the logging is significant. --> ``` XXX ```
Environment data
Code Snippet
Repro Steps
uv install httpx
attempt to go-to definition
fails
noticed on swebench_pyrefly repo with environment set up
also noticed on
torchrecrepo withtorchdependency whentorchispip installedXXX
Logs