uwreact / frc_control

ROS metapackage enabling FRC teams to use ROS on their robots
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Remove useless pylint suppression #75

Closed matthew-reynolds closed 5 years ago

matthew-reynolds commented 5 years ago

Pull Request

Removes an unnecessary pylint suppression from driver_station.

When the ROS environment isn't sourced, pylint complains about this import since the driver_station entry script is separate from the main driver_station code. However, since the environment is always sourced when pylint is run (it has to be - If it isn't, pylint complains about every ROS import), this is a useless suppression.

Contribution Checklist

Change Checklist