0fe88a2 Cleanup unreachble code for coverage reasons.

1 file Authored by nielsenb 2 years ago, Committed by adamwill 2 years ago,
    Cleanup unreachble code for coverage reasons.
    
    Remove `if not version_type` conditional:
    
    `version_type` is explicitly set to '', and `not ''` will always evaluate
    to `True`.
    
        
file modified
+4 -7