We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bbecd5 commit aea8a76Copy full SHA for aea8a76
tests/unit/common/test_tools/test_plugin.py
@@ -85,8 +85,7 @@ def test_run_tasks__delay_inside_task__runs_expected(
85
) -> None:
86
# Given
87
@register_task_handler()
88
- def my_task() -> None:
89
- return None
+ def my_task() -> None: ...
90
91
92
def calling_task() -> None:
0 commit comments