Skip to content

Commit 0990114

Browse files
authored
Refactor DeviceStatus class to remove kw_only parameter (#40)
1 parent 4f7fa2e commit 0990114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aioaquarea/data.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ class DeviceInfo:
188188
zones: list[DeviceZoneInfo]
189189

190190

191-
@dataclass(kw_only=True)
191+
@dataclass()
192192
class DeviceStatus:
193193
"""Device status"""
194194

0 commit comments

Comments
 (0)