Fix stale docstring in loader.USBMatcher (#127094)

This commit is contained in:
Erik Montnemery 2024-09-30 12:42:04 +02:00 committed by GitHub
parent 5e64caa225
commit e8fd97e355
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -206,7 +206,7 @@ class USBMatcherOptional(TypedDict, total=False):
class USBMatcher(USBMatcherRequired, USBMatcherOptional):
"""Matcher for the bluetooth integration."""
"""Matcher for the USB integration."""
@dataclass(slots=True)