Skip to content

Commit

Permalink
Changed style
Browse files Browse the repository at this point in the history
  • Loading branch information
dr0ne-guy authored Sep 4, 2024
1 parent b018513 commit b2c1e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/highres_imu.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import asyncio
from mavsdk import System


async def get_imu_data():
# Connect to the drone
drone = System()
Expand Down Expand Up @@ -39,4 +40,3 @@ async def get_imu_data():
if __name__ == "__main__":
loop = asyncio.get_event_loop()
loop.run_until_complete(get_imu_data())

0 comments on commit b2c1e3b

Please sign in to comment.