mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-27 04:19:43 +00:00
fix: script add_plugin.py
test import (#2807)
This commit is contained in:
parent
0123425be1
commit
f8ac6d7bf0
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ mod tests {
|
||||||
use test_case::test_case;
|
use test_case::test_case;
|
||||||
|
|
||||||
use crate::registry::Rule;
|
use crate::registry::Rule;
|
||||||
use crate::linter::test_path;
|
use crate::test::test_path;
|
||||||
use crate::{assert_yaml_snapshot, settings};
|
use crate::{assert_yaml_snapshot, settings};
|
||||||
|
|
||||||
fn rules(rule_code: Rule, path: &Path) -> Result<()> {
|
fn rules(rule_code: Rule, path: &Path) -> Result<()> {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue