6caac3f Fix mypy error in git module

Authored and Committed by zlopez 2 years ago
    Fix mypy error in git module
    
    Variable that is defined as specific type can't be set to None. Let's declare it
    as empty object of the correct type.
    
    Signed-off-by: Michal Konečný <mkonecny@redhat.com>
    
        
file modified
+1 -1