2f50eec Fix flake8 issue

1 file Authored by hlin 3 years ago, Committed by lsedlar 3 years ago,
    Fix flake8 issue
    
    server/contrib/odcs-promote-compose:109:9: F841 local variable 'target_stat' is assigned to but never used
    server/contrib/odcs-promote-compose:123:21: F841 local variable 'abspath_stat' is assigned to but never used
    
    Signed-off-by: Haibo Lin <hlin@redhat.com>