Add type hints for stub_blueprint_populate fixture (#93568)

Add typehints for stub_blueprint_populate fixture
This commit is contained in:
Jan Bouwhuis 2023-05-26 08:13:13 +02:00 committed by GitHub
parent 9e53bca452
commit ec98e22330
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
76 changed files with 78 additions and 75 deletions

View file

@ -24,7 +24,7 @@ from tests.common import (
@pytest.fixture(autouse=True, name="stub_blueprint_populate")
def stub_blueprint_populate_autouse(stub_blueprint_populate):
def stub_blueprint_populate_autouse(stub_blueprint_populate: None) -> None:
"""Stub copying the blueprints to the config folder."""