mirror of
https://github.com/astral-sh/ruff.git
synced 2025-12-23 09:19:39 +00:00
Move Token, TokenKind and Tokens to ruff-python-ast (#21760)
This commit is contained in:
parent
508c0a0861
commit
515de2d062
80 changed files with 1484 additions and 1492 deletions
|
|
@ -15,7 +15,7 @@ use ruff_db::diagnostic::{
|
|||
};
|
||||
use ruff_db::{files::File, parsed::parsed_module, source::source_text};
|
||||
use ruff_diagnostics::{Edit, Fix};
|
||||
use ruff_python_parser::TokenKind;
|
||||
use ruff_python_ast::token::TokenKind;
|
||||
use ruff_python_trivia::Cursor;
|
||||
use ruff_text_size::{Ranged, TextLen, TextRange, TextSize};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue