We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ed57e commit 981de7bCopy full SHA for 981de7b
aiohasupervisor/models/backups.py
@@ -45,8 +45,8 @@ class BackupContent(ResponseData):
45
folders: list[Folder]
46
47
48
-@dataclass(frozen=True)
49
-class BackupLocationAttributes(ABC):
+@dataclass(frozen=True, slots=True)
+class BackupLocationAttributes(ResponseData):
50
"""BackupLocationAttributes model."""
51
52
protected: bool
0 commit comments