🎨 Format tests, sort and remove unused imports

This commit is contained in:
Sebastián Ramírez
2021-08-24 15:41:03 +02:00
parent 843ba7f281
commit eb8c496e10
72 changed files with 85 additions and 285 deletions

View File

@ -1,4 +1,4 @@
from sqlmodel import create_engine, Session, select
from sqlmodel import Session, create_engine, select
def test_tutorial(clear_sqlmodel):