mirror of
https://github.com/astral-sh/ruff
synced 2026-01-08 15:14:19 -05:00
Move Token, TokenKind and Tokens to ruff-python-ast (#21760)
This commit is contained in:
@@ -5,7 +5,7 @@ use std::cell::OnceCell;
|
||||
use std::ops::Deref;
|
||||
|
||||
use ruff_python_ast::str::Quote;
|
||||
use ruff_python_parser::{Token, TokenKind, Tokens};
|
||||
use ruff_python_ast::token::{Token, TokenKind, Tokens};
|
||||
use ruff_source_file::{LineEnding, LineRanges, find_newline};
|
||||
use ruff_text_size::Ranged;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user