mirror of
https://github.com/astral-sh/ruff
synced 2026-01-21 21:40:51 -05:00
Use shared leading_quote implementation in ruff_python_formatter (#3396)
This commit is contained in:
@@ -10,7 +10,7 @@ use rustpython_parser::{lexer, Mode, Tok};
|
||||
use crate::source_code::Locator;
|
||||
use ruff_rustpython::vendor;
|
||||
|
||||
use crate::strings::leading_quote;
|
||||
use crate::str::leading_quote;
|
||||
use crate::types::Range;
|
||||
|
||||
pub struct Stylist<'a> {
|
||||
|
||||
Reference in New Issue
Block a user