mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-20 02:18:59 +00:00
Fix inheritance for error
This commit is contained in:
@@ -989,7 +989,7 @@ class StoreInvalidAddonRepo(StoreError):
|
|||||||
"""Raise on invalid addon repo."""
|
"""Raise on invalid addon repo."""
|
||||||
|
|
||||||
|
|
||||||
class StoreRepositoryUnknownError(AddonsError, APIUnknownSupervisorError):
|
class StoreRepositoryUnknownError(StoreError, APIUnknownSupervisorError):
|
||||||
"""Raise when unknown error occurs taking an action for a store repository."""
|
"""Raise when unknown error occurs taking an action for a store repository."""
|
||||||
|
|
||||||
error_key = "store_repository_unknown_error"
|
error_key = "store_repository_unknown_error"
|
||||||
|
|||||||
Reference in New Issue
Block a user