1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Enable Ruff D212 (#87347)

This commit is contained in:
Franck Nijhof
2023-02-03 23:08:48 +01:00
committed by GitHub
parent 97de0c6d9a
commit ca1a12898c
237 changed files with 353 additions and 707 deletions

View File

@@ -115,8 +115,7 @@ def make_hint(segment, part):
async def test_ll_hls_stream(hass, hls_stream, stream_worker_sync):
"""
Test hls stream.
"""Test hls stream.
Purposefully not mocking anything here to test full
integration with the stream component.