🎨 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,9 +1,10 @@
from tests.conftest import get_testing_print_function
from typing import Any, Dict, List, Union
from unittest.mock import patch
from sqlmodel import create_engine
from tests.conftest import get_testing_print_function
def check_calls(calls: List[List[Union[str, Dict[str, Any]]]]):
assert calls[0] == ["Before interacting with the database"]