mirror of
https://github.com/fastapi/sqlmodel.git
synced 2025-08-15 18:28:12 +08:00
🎨 Format tests, sort and remove unused imports
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
from sqlmodel import create_engine, Session, select
|
||||
from sqlmodel import Session, create_engine, select
|
||||
|
||||
|
||||
def test_tutorial(clear_sqlmodel):
|
||||
|
Reference in New Issue
Block a user