Skip to content

Commit 0b882e0

Browse files
committed
Merge branch 'feature/timing_tags' of https://github.com/personalrobotics/prpy into feature/timing_tags
2 parents fd47077 + d9be209 commit 0b882e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prpy/base/robot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2929
# POSSIBILITY OF SUCH DAMAGE.
3030

31-
import functools, logging, openravepy, numpy
31+
import functools, logging, openravepy, numpy
3232
import prpy.util
3333
from .. import bind, named_config, planning, util
3434
from ..clone import Clone, Cloned

0 commit comments

Comments
 (0)