Remove core module from ruff_python_formatter (#3373)

This commit is contained in:
Charlie Marsh 2023-03-08 14:11:39 -05:00 committed by GitHub
parent 0a9d259f9c
commit da1f83fe32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 11 additions and 11 deletions

View file

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