Skip to content

Commit

Permalink
Fix spacing for pycodestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfrakes committed Jun 15, 2024
1 parent 865fbe6 commit dd6ddec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/follow_me_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async def run():
# Follow me Mode requires some configuration to be done before starting
# the mode
conf = Config(follow_height, follow_distance, responsiveness,
altitude_mode, max_follow_vel, follow_angle_deg)
altitude_mode, max_follow_vel, follow_angle_deg)
await drone.follow_me.set_config(conf)

print("-- Taking Off")
Expand Down

0 comments on commit dd6ddec

Please sign in to comment.