Skip to content

Commit ad1d757

Browse files
committed
fixup
1 parent 5354b7c commit ad1d757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mavsdk/system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def action(self) -> action.Action:
168168
return self._plugins["action"]
169169

170170
@property
171-
def action_server(self) -> action_server.Action:
171+
def action_server(self) -> action_server.ActionServer:
172172
if "action_server" not in self._plugins:
173173
raise RuntimeError(self.error_uninitialized("ActionServer"))
174174
return self._plugins["action_server"]

0 commit comments

Comments
 (0)