Skip to content

Commit cd321c8

Browse files
committed
Remove used type: ignore comment
1 parent de4f5db commit cd321c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytest_flask/fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def test_login(self):
4545
request.cls.client = client
4646

4747

48-
@pytest.fixture(scope=_determine_scope) # type: ignore[arg-type]
48+
@pytest.fixture(scope=_determine_scope)
4949
def live_server(
5050
request: _PytestFixtureRequest, app: _FlaskApp, pytestconfig: _PytestConfig
5151
) -> Generator[LiveServer, Any, Any]: # pragma: no cover

0 commit comments

Comments
 (0)