Skip to content

Commit 5f3ef77

Browse files
committed
update comment for airflow.utils.setup_teardown
1 parent 6e7e681 commit 5f3ef77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ fn check_name(checker: &Checker, expr: &Expr, range: TextRange) {
115115
};
116116

117117
let replacement = match qualified_name.segments() {
118-
// airflow.utils
118+
// airflow.utils.setup_teardown
119119
[
120120
"airflow",
121121
"utils",

0 commit comments

Comments
 (0)