Why does this package depend on `bob.io.video`

When I search in this project for bob.io.video, the only thing I can find is (multiple copies of) the line:

import bob.io.video

Is there any part of the code relying on anything in bob.io.video? If not, would it be wise to remove this dependency (as bob.io.video also has some external dependencies like ffmpeg)?