Add type hints for stub_blueprint_populate fixture (#93568)
Add typehints for stub_blueprint_populate fixture
This commit is contained in:
parent
9e53bca452
commit
ec98e22330
76 changed files with 78 additions and 75 deletions
|
@ -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."""
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue