Skip to content

Commit 48e4c1c

Browse files
ntBredylwil3
authored andcommitted
Ruff 0.12
Summary -- Release branch for Ruff 0.12.0 TODOs -- - [ ] Drop empty first commit - [ ] Merge with rebase-merge (**don't squash merge!!!!**)
1 parent ff6fb14 commit 48e4c1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/ruff_linter/src/rules/ruff/rules/unused_async.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ use ruff_python_semantic::analyze::function_type::is_stub;
77

88
use crate::Violation;
99
use crate::checkers::ast::Checker;
10+
1011
use crate::rules::fastapi::rules::is_fastapi_route;
1112

1213
/// ## What it does

0 commit comments

Comments
 (0)