We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1085ba commit 63bb730Copy full SHA for 63bb730
pytest_sqlalchemy.py
@@ -52,7 +52,7 @@ def fin() -> None:
52
@pytest.fixture(scope="session")
53
def db_schema(
54
request: FixtureRequest, engine: Engine, sqlalchemy_manage_db: bool, sqlalchemy_keep_db: bool
55
-) -> Optional[None]:
+) -> None:
56
if not sqlalchemy_manage_db:
57
return
58
0 commit comments