Skip to content

Commit 582477f

Browse files
authored
Vlan parent can be None
1 parent 776c6b7 commit 582477f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiohasupervisor/models/network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class Vlan(ResponseData):
9393
"""Vlan model."""
9494

9595
id: int
96-
interface: str
96+
interface: str | None
9797

9898

9999
@dataclass(frozen=True, slots=True)

0 commit comments

Comments
 (0)