Skip to content

Commit e1ef051

Browse files
committed
fixup! fix(AIR301): fix airflow.assets.manager.AssetManager and introduce SourceModuleMoved for refactoring
1 parent 5333e05 commit e1ef051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ruff_linter/src/rules/airflow/rules/removal_in_3.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ fn check_name(checker: &Checker, expr: &Expr, range: TextRange) {
601601
// airflow.configuration
602602
["airflow", "configuration", rest @ ("as_dict" | "get" | "getboolean" | "getfloat" | "getint" | "has_option"
603603
| "remove_option" | "set")] => Replacement::SourceModuleMoved {
604-
name: rest.to_string(),
604+
name: (*rest).to_string(),
605605
module: "airflow.configuration.conf",
606606
},
607607

0 commit comments

Comments
 (0)