mirror of https://github.com/astral-sh/ruff
Expose SoftKeywordTransformer on public API
This commit is contained in:
parent
c137bc9d77
commit
dc628cab8f
|
|
@ -131,5 +131,5 @@ mod string;
|
||||||
#[rustfmt::skip]
|
#[rustfmt::skip]
|
||||||
mod python;
|
mod python;
|
||||||
mod context;
|
mod context;
|
||||||
mod soft_keywords;
|
pub mod soft_keywords;
|
||||||
pub mod token;
|
pub mod token;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue