Skip to content

Commit

Permalink
examples: fix style
Browse files Browse the repository at this point in the history
Signed-off-by: Julian Oes <[email protected]>
  • Loading branch information
julianoes committed Mar 7, 2024
1 parent 1a3d6ae commit 6a9dc07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/gripper.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import asyncio
from mavsdk import System


async def run():
drone = System()
await drone.connect(system_address="udp://:14540")
Expand Down
1 change: 1 addition & 0 deletions examples/winch.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import asyncio
from mavsdk import System


async def run():
drone = System()
await drone.connect(system_address="udp://:14540")
Expand Down

0 comments on commit 6a9dc07

Please sign in to comment.