Skip to content

Commit

Permalink
Fix CI test-breaking import order
Browse files Browse the repository at this point in the history
  • Loading branch information
smb261-panda authored and jk-ethz committed Jan 25, 2023
1 parent ae4204d commit 8ce216c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

from moma_mission.core import StateMachineRos, StateRos
from moma_mission.missions.piloting.states import *
from moma_mission.states.path_visitor import PathVisitorState
from moma_mission.states.gripper import GripperControl, GripperGrasp
from moma_mission.states.manipulation import JointsConfigurationAction
from moma_mission.states.path_visitor import PathVisitorState


def homing_sequence_factory():
Expand Down

0 comments on commit 8ce216c

Please sign in to comment.