Skip to content

Commit 981de7b

Browse files
authored
Fix location attributes base class (#46)
1 parent 69ed57e commit 981de7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aiohasupervisor/models/backups.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ class BackupContent(ResponseData):
4545
folders: list[Folder]
4646

4747

48-
@dataclass(frozen=True)
49-
class BackupLocationAttributes(ABC):
48+
@dataclass(frozen=True, slots=True)
49+
class BackupLocationAttributes(ResponseData):
5050
"""BackupLocationAttributes model."""
5151

5252
protected: bool

0 commit comments

Comments
 (0)