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.
Pull Request
Removes an unnecessary pylint suppression from
driver_station
.When the ROS environment isn't sourced, pylint complains about this
import
since thedriver_station
entry script is separate from the maindriver_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