mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-17 00:50:16 +00:00
Suite formatting and JoinNodesBuilder
(#4805)
This commit is contained in:
parent
03ee6033f9
commit
ebdc4afc33
5 changed files with 431 additions and 4 deletions
|
@ -1,4 +1,7 @@
|
|||
#[allow(unused_imports)]
|
||||
pub(crate) use crate::{AsFormat, FormattedIterExt as _, IntoFormat, PyFormatContext, PyFormatter};
|
||||
pub(crate) use crate::{
|
||||
builders::PyFormatterExtensions, AsFormat, FormattedIterExt as _, IntoFormat, PyFormatContext,
|
||||
PyFormatter,
|
||||
};
|
||||
#[allow(unused_imports)]
|
||||
pub(crate) use ruff_formatter::prelude::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue