ruff/crates/ruff_python_formatter/src/module
konsti 62a24e1028
Format ModExpression (#5689)
## Summary

We don't use `ModExpression` anywhere but it's part of the AST, removes
one `not_implemented_yet` and is a trivial 2-liner, so i implemented
formatting for `ModExpression`.

## Test Plan

None, this kind of node does not occur in file input. Otherwise all the
tests for expressions
2023-07-11 16:41:10 +02:00
..
mod.rs Run nightly Clippy over the Ruff repo (#5670) 2023-07-10 23:44:38 -04:00
mod_expression.rs Format ModExpression (#5689) 2023-07-11 16:41:10 +02:00
mod_function_type.rs Replace verbatim text with NOT_YET_IMPLEMENTED (#4904) 2023-06-07 14:57:25 +02:00
mod_interactive.rs Replace verbatim text with NOT_YET_IMPLEMENTED (#4904) 2023-06-07 14:57:25 +02:00
mod_module.rs Ensure type_ignores for Module are empty (#4861) 2023-06-05 11:38:08 +02:00