Skip to content

Commit 192ccd4

Browse files
committed
correctmost feedback identical
1 parent dd0e699 commit 192ccd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

archinstall/lib/models/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def json(self) -> MonitorConfigSerialization:
147147
}
148148

149149
@staticmethod
150-
def parse_arg(arg: dict[str, Any]) -> 'MonitorConfiguration':
150+
def parse_arg(arg: MonitorConfigSerialization) -> 'MonitorConfiguration':
151151
return MonitorConfiguration(
152152
Monitor(arg['monitor']),
153153
)

0 commit comments

Comments
 (0)