Interbotix / interbotix_ros_core

Core ROS Packages for Interbotix Robots
BSD 3-Clause "New" or "Revised" License
30 stars 57 forks source link

Fix flake8 E721 issue in xs_sdk_sim #52

Closed lukeschmitt-tr closed 1 month ago

lukeschmitt-tr commented 1 month ago

This PR fixes a flake8 E721 issue in xs_sdk_sim — use isinstance(obj, type) instead of type(obj) == type.