mirror of
https://github.com/astral-sh/ruff
synced 2026-01-21 05:20:49 -05:00
Implement a common trait for the string flags (#11564)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
use bstr::ByteSlice;
|
||||
|
||||
use ruff_python_ast::{self as ast, AnyStringFlags, Expr};
|
||||
use ruff_python_ast::{self as ast, AnyStringFlags, Expr, StringFlags};
|
||||
use ruff_text_size::{Ranged, TextRange, TextSize};
|
||||
|
||||
use crate::lexer::{LexicalError, LexicalErrorType};
|
||||
|
||||
Reference in New Issue
Block a user