Skip to content

Commit ab1920d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3c74113 commit ab1920d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_backend_flightcontroller_connection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,6 +1026,7 @@ def __init__(self, sysid: int, compid: int) -> None:
10261026

10271027
def get_srcSystem(self) -> int: # noqa: N802 - mimic pymavlink camelCase API; pylint: disable=invalid-name
10281028
return self._sysid
1029+
10291030
def get_srcComponent(self) -> int: # noqa: N802 - mimic pymavlink camelCase API; pylint: disable=invalid-name
10301031
return self._compid
10311032

0 commit comments

Comments
 (0)