Update stale docstring on demo lock platform (#86306)

Update stale docstring
This commit is contained in:
Jan Bouwhuis 2023-01-20 23:01:32 +01:00 committed by GitHub
parent 7e51aeb916
commit 80929c5f8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
"""Demo lock platform that has two fake locks."""
"""Demo lock platform that implements locks."""
from __future__ import annotations
import asyncio