From 7d101232de274e0287b9da4ad701a353d7b6fabc Mon Sep 17 00:00:00 2001 From: William Woodall Date: Wed, 10 Jul 2013 11:36:37 -0700 Subject: [PATCH] robot_pose_ekf: [style] PEP8 changes --- robot_pose_ekf/scripts/wtf.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/robot_pose_ekf/scripts/wtf.py b/robot_pose_ekf/scripts/wtf.py index b035d5d7df..e99745dab4 100644 --- a/robot_pose_ekf/scripts/wtf.py +++ b/robot_pose_ekf/scripts/wtf.py @@ -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)