CDE90 / VCRoles

f-string used without any expression PTC-W0027
Anti-pattern
Major
14 days agoa year old
f-string used without any expression
 82            return await ctx.send("No entitlements found.")
 83
 84        await ctx.send(
 85            f"Entitlements:\n" 86            + "\n".join(
 87                [
 88                    f"Guild: {ent.guild_id} | User: {ent.user_id} | ID: {ent.id} | Type: {ent.type} | Expired: {ent.is_expired()} | SKU: {ent.sku_id}"