mirror of
https://github.com/astral-sh/ruff
synced 2026-01-11 08:34:29 -05:00
Implement a common trait for the string flags (#11564)
This commit is contained in:
@@ -4,7 +4,7 @@ use std::ops::Deref;
|
||||
|
||||
use once_cell::unsync::OnceCell;
|
||||
|
||||
use ruff_python_ast::str::Quote;
|
||||
use ruff_python_ast::{str::Quote, StringFlags};
|
||||
use ruff_python_parser::lexer::LexResult;
|
||||
use ruff_python_parser::Tok;
|
||||
use ruff_source_file::{find_newline, LineEnding, Locator};
|
||||
|
||||
Reference in New Issue
Block a user