mirror of
https://github.com/astral-sh/ruff
synced 2026-01-23 06:20:55 -05:00
Implement a common trait for the string flags (#11564)
This commit is contained in:
@@ -8,7 +8,7 @@ use std::{borrow::Cow, collections::VecDeque};
|
||||
use itertools::Itertools;
|
||||
|
||||
use ruff_formatter::printer::SourceMapGeneration;
|
||||
use ruff_python_ast::str::Quote;
|
||||
use ruff_python_ast::{str::Quote, StringFlags};
|
||||
use ruff_python_parser::ParseError;
|
||||
use {once_cell::sync::Lazy, regex::Regex};
|
||||
use {
|
||||
|
||||
Reference in New Issue
Block a user