Skip to content

Commit

Permalink
robot_pose_ekf: [style] PEP8 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wjwwood committed Jul 10, 2013
1 parent c8811b1 commit 7d10123
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions robot_pose_ekf/scripts/wtf.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#! /usr/bin/env python
#!/usr/bin/env python

import sys
import rospy
from robot_pose_ekf.srv import *
from robot_pose_ekf.srv import GetStatus, GetStatusRequest

if __name__ == '__main__':
rospy.init_node('spawner', anonymous=True)
Expand Down

0 comments on commit 7d10123

Please sign in to comment.