Skip to content

Commit 63bb730

Browse files
committed
Simplify type annotation
1 parent f1085ba commit 63bb730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_sqlalchemy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def fin() -> None:
5252
@pytest.fixture(scope="session")
5353
def db_schema(
5454
request: FixtureRequest, engine: Engine, sqlalchemy_manage_db: bool, sqlalchemy_keep_db: bool
55-
) -> Optional[None]:
55+
) -> None:
5656
if not sqlalchemy_manage_db:
5757
return
5858

0 commit comments

Comments
 (0)