Remove parser dependency from ruff-python-ast (#6096)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use crate::{FormatNodeRule, PyFormatter};
|
||||
use ruff_formatter::prelude::text;
|
||||
use ruff_formatter::{Format, FormatResult};
|
||||
use rustpython_parser::ast::StmtContinue;
|
||||
use rustpython_ast::StmtContinue;
|
||||
|
||||
#[derive(Default)]
|
||||
pub struct FormatStmtContinue;
|
||||
|
||||
Reference in New Issue
Block a user