mirror of
https://github.com/home-assistant/core.git
synced 2025-12-20 02:48:57 +00:00
Move disallow-any-generics to mypy.ini (#63917)
This commit is contained in:
@@ -9,8 +9,6 @@ import attr
|
||||
if TYPE_CHECKING:
|
||||
from .core import Context
|
||||
|
||||
# mypy: disallow-any-generics
|
||||
|
||||
|
||||
class HomeAssistantError(Exception):
|
||||
"""General Home Assistant exception occurred."""
|
||||
|
||||
Reference in New Issue
Block a user