ruff
1d188476 - [ty] provide `import` completion when in `from <name> <name>` statement (#21291)

Commit
77 days ago
[ty] provide `import` completion when in `from <name> <name>` statement (#21291) <!-- Thank you for contributing to Ruff/ty! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? (Please prefix with `[ty]` for ty pull requests.) - Does this pull request include references to any relevant issues? --> ## Summary Resolves https://github.com/astral-sh/ty/issues/1494 ## Test Plan Add a test showing if we are in `from <name> <name> ` we provide the keyword completion "import"
Author
Parents
Loading