Skip to content

Commit c62cb5d

Browse files
authored
Vlan parent can be None (#82)
1 parent 776c6b7 commit c62cb5d

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)