OreosLab / SSRSpeedN

Continuation line unaligned for hanging indent FLK-E131
Style
Minor
1 occurrence in this check
continuation line unaligned for hanging indent
 29
 30        name = unidecode(
 31            demojize(emoji)
 32                .strip(":️") 33                .replace("_", "-")
 34                .replace("-&-", "-")
 35                .replace(".", "")