Fix importing changesets with no docker images
Created by: eseliger
When only importing changesets, no docker images would need to be pulled. In the TUI, a division by zero would be made and the input for the tab UI would be NaN. This caused an error, that was reported in https://github.com/sourcegraph/src-cli/issues/629.