ros-visualization / python_qt_binding

http://wiki.ros.org/python_qt_binding
BSD 3-Clause "New" or "Revised" License
34 stars 54 forks source link

Fix flake8 linter regression #125

Closed Crola1702 closed 1 year ago

Crola1702 commented 1 year ago

Happening on all ros2 nightlies (linux-debug, aarch-debug, windows-debug)

Error message:

Import statements are in the wrong order. 'import os' should be before 'import platform':
import os

This was introduced in: https://github.com/ros-visualization/python_qt_binding/pull/118

Crola1702 commented 1 year ago

CI: