]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
🎨 Remove unwanted highlight in the docs (#233)
authorJorge Alvarado <alvaradosegurajorge@gmail.com>
Sat, 27 Aug 2022 21:55:15 +0000 (17:55 -0400)
committerGitHub <noreply@github.com>
Sat, 27 Aug 2022 21:55:15 +0000 (23:55 +0200)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/tutorial/automatic-id-none-refresh.md

index ac6a2a4fca8f028a27c7a203f4337fc70de25f06..bbf74dd3073e56ed28c8e4709738680a9ed99724 100644 (file)
@@ -450,7 +450,7 @@ Now let's review all this code once again.
 
     And as we created the **engine** with `echo=True`, we can see the SQL statements being executed at each step.
 
-```{ .python .annotate hl_lines="54" }
+```{ .python .annotate }
 {!./docs_src/tutorial/automatic_id_none_refresh/tutorial002.py!}
 ```