mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-24 20:34:31 +00:00
Implement a common trait for the string flags (#11564)
This commit is contained in:
parent
6be00d5775
commit
246a3388ee
20 changed files with 184 additions and 153 deletions
|
@ -37,7 +37,7 @@ use unicode_normalization::UnicodeNormalization;
|
|||
use ruff_python_ast::{
|
||||
str::Quote,
|
||||
str_prefix::{AnyStringPrefix, FStringPrefix},
|
||||
AnyStringFlags, Int, IpyEscapeKind,
|
||||
AnyStringFlags, Int, IpyEscapeKind, StringFlags,
|
||||
};
|
||||
use ruff_text_size::{TextLen, TextRange, TextSize};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue