We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Indentation
ruff_python_codegen
1 parent cda376a commit cb1ba0dCopy full SHA for cb1ba0d
crates/ruff_python_codegen/src/lib.rs
@@ -1,6 +1,6 @@
1
pub use generator::Generator;
2
use ruff_python_parser::{ParseError, parse_module};
3
-pub use stylist::Stylist;
+pub use stylist::{Indentation, Stylist};
4
5
mod generator;
6
mod stylist;
0 commit comments