Use shared leading_quote implementation in ruff_python_formatter (#3396)

This commit is contained in:
Charlie Marsh 2023-03-08 13:21:59 -05:00 committed by GitHub
parent dfe1cad928
commit ff2c0dd491
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 114 additions and 123 deletions

View file

@ -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> {