mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-24 20:34:53 +00:00
Remove copied core
modules from ruff_python_formatter
(#3371)
This commit is contained in:
parent
130e733023
commit
0a9d259f9c
15 changed files with 105 additions and 273 deletions
|
@ -2,10 +2,10 @@ use anyhow::Result;
|
|||
use rustpython_parser::lexer::LexResult;
|
||||
|
||||
use ruff_formatter::{format, Formatted, IndentStyle, SimpleFormatOptions};
|
||||
use ruff_python_ast::source_code::Locator;
|
||||
|
||||
use crate::attachment::attach;
|
||||
use crate::context::ASTFormatContext;
|
||||
use crate::core::locator::Locator;
|
||||
use crate::cst::Stmt;
|
||||
use crate::newlines::normalize_newlines;
|
||||
use crate::parentheses::normalize_parentheses;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue