Skip to content

Commit 138e972

Browse files
Update delete.md
1 parent 32d1c76 commit 138e972

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/tutorial/fastapi/delete.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ We get a `hero_id` from the path parameter and verify if it exists, just as we d
1212

1313
And if we actually find a hero, we just delete it with the **session**.
1414

15-
16-
1715
{* ./docs_src/tutorial/fastapi/delete/tutorial001_py310.py[ln:89-97] hl[3:11] *}
1816

1917
After deleting it successfully, we just return a response of:

0 commit comments

Comments
 (0)