mirror of
https://github.com/fastapi/sqlmodel.git
synced 2025-08-16 11:22:01 +08:00
🎨 Format tests, sort and remove unused imports
This commit is contained in:
@ -1,11 +1,10 @@
|
||||
from typing import Any, Dict, List, Union
|
||||
from unittest.mock import patch
|
||||
|
||||
import pytest
|
||||
from sqlalchemy.sql.expression import delete
|
||||
|
||||
from sqlmodel import create_engine, Session, delete, select
|
||||
from sqlalchemy.exc import NoResultFound
|
||||
from sqlalchemy.sql.expression import delete
|
||||
from sqlmodel import Session, create_engine, delete
|
||||
|
||||
from ...conftest import get_testing_print_function
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user