ed4a100 Merge pull request #1318 from csomh/replace-removeprefix

1 file Merged by softwarefactory-project-zuul[bot] 2 years ago, Committed by GitHub 2 years ago,
    Merge pull request #1318 from csomh/replace-removeprefix
    
    Don't use str.removeprefix()
    
    This string method got introduced only in Python 3.9. Not all
    installations have this version.
    Signed-off-by: Hunor Csomortáni csomh@redhat.com
    
    Reviewed-by: Tomas Tomecek <tomas@tomecek.net>
        
file modified
+1 -1