ros2 / rclpy

rclpy (ROS Client Library for Python)
Apache License 2.0
268 stars 221 forks source link

Small fixes for modern flake8. #1264

Closed clalancette closed 3 months ago

clalancette commented 3 months ago

It doesn't like to compare types with ==, so switch to isinstance as appropriate.

clalancette commented 3 months ago

CI: