mirror of
				https://github.com/fastapi/sqlmodel.git
				synced 2025-11-04 14:47:08 +08:00 
			
		
		
		
	🎨 Remove unwanted highlight in the docs (#233)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
		@ -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.
 | 
					    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!}
 | 
					{!./docs_src/tutorial/automatic_id_none_refresh/tutorial002.py!}
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user