mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-02 01:42:25 +00:00
Remove core
module from ruff_python_formatter
(#3373)
This commit is contained in:
parent
0a9d259f9c
commit
da1f83fe32
8 changed files with 11 additions and 11 deletions
|
@ -13,7 +13,6 @@ use crate::parentheses::normalize_parentheses;
|
|||
mod attachment;
|
||||
pub mod cli;
|
||||
pub mod context;
|
||||
mod core;
|
||||
mod cst;
|
||||
mod format;
|
||||
mod newlines;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue