mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-16 16:40:19 +00:00
Introduce lines_before
helper (#4780)
This commit is contained in:
parent
d4027d8b65
commit
4ea4fd1984
2 changed files with 76 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#[allow(unused_imports)]
|
||||
pub(crate) use crate::{AsFormat, FormattedIterExt as _, IntoFormat, PyFormatContext};
|
||||
pub(crate) use crate::{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