mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Add return type to async tests without arguments (#87612)
This commit is contained in:
@@ -8,7 +8,7 @@ import pytest
|
||||
from homeassistant.util import process
|
||||
|
||||
|
||||
async def test_kill_process():
|
||||
async def test_kill_process() -> None:
|
||||
"""Test killing a process."""
|
||||
sleeper = subprocess.Popen(
|
||||
"sleep 1000",
|
||||
|
||||
Reference in New Issue
Block a user