Skip to content

Commit 6a9dc07

Browse files
committed
examples: fix style
Signed-off-by: Julian Oes <[email protected]>
1 parent 1a3d6ae commit 6a9dc07

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/gripper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import asyncio
44
from mavsdk import System
55

6+
67
async def run():
78
drone = System()
89
await drone.connect(system_address="udp://:14540")

examples/winch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import asyncio
44
from mavsdk import System
55

6+
67
async def run():
78
drone = System()
89
await drone.connect(system_address="udp://:14540")

0 commit comments

Comments
 (0)