Skip to content

Commit b55718e

Browse files
committed
dummy commit
1 parent 706b7b4 commit b55718e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ use crate::fix::edits::{remove_argument, Parentheses};
5252
/// async def create_item(item: Item) -> Item:
5353
/// return item
5454
/// ```
55+
5556
#[violation]
5657
pub struct FastApiRedundantResponseModel;
5758

0 commit comments

Comments
 (0)