Skip to content

Commit dd6ddec

Browse files
committed
Fix spacing for pycodestyle
1 parent 865fbe6 commit dd6ddec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/follow_me_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ async def run():
4646
# Follow me Mode requires some configuration to be done before starting
4747
# the mode
4848
conf = Config(follow_height, follow_distance, responsiveness,
49-
altitude_mode, max_follow_vel, follow_angle_deg)
49+
altitude_mode, max_follow_vel, follow_angle_deg)
5050
await drone.follow_me.set_config(conf)
5151

5252
print("-- Taking Off")

0 commit comments

Comments
 (0)