Upgrade pyupgrade to v2.11.0 (#48220)

This commit is contained in:
Franck Nijhof
2021-03-22 13:29:39 +01:00
committed by GitHub
parent 272dffc384
commit dc15f243e6
11 changed files with 12 additions and 12 deletions

View File

@@ -115,7 +115,7 @@ class Unauthorized(HomeAssistantError):
def __init__(
self,
context: "Context" | None = None,
context: Context | None = None,
user_id: str | None = None,
entity_id: str | None = None,
config_entry_id: str | None = None,