Skip to content

Commit fb70657

Browse files
committed
fix import sort
1 parent 9c64407 commit fb70657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_actionlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import time
44

55
from roslibpy import Ros
6-
from roslibpy.actionlib import ActionClient, Goal, SimpleActionServer, GoalStatus
6+
from roslibpy.actionlib import ActionClient, Goal, GoalStatus, SimpleActionServer
77

88

99
def test_action_success():

0 commit comments

Comments
 (0)