mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Upgrade pyupgrade to v2.11.0 (#48220)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user