codestyle: hint at type we actually use
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful

This commit is contained in:
bronsen 2026-02-20 22:54:02 +01:00
parent e7ae259897
commit 623dda64b7

View file

@ -72,7 +72,7 @@ def TC(**kwargs) -> TeilchenCreate | None:
], ],
) )
async def test_maketeilcheninput_can_create_desired_teilchen( async def test_maketeilcheninput_can_create_desired_teilchen(
example_input: str, expected: dict[str, str | int] | None example_input: str, expected: TeilchenCreate | None
) -> None: ) -> None:
actual = await make_teilchen_input(example_input) actual = await make_teilchen_input(example_input)