Nat1anWasTaken / Lava

f-string used without any expression PTC-W0027
Anti-pattern
Major
1 occurrence in this check
f-string used without any expression
101                # noinspection PyTypeChecker
102                await interaction.edit_original_response(
103                    embeds=[
104                               SuccessEmbed(f"已加入播放序列", f"{results.tracks[0].title}")105                           ] + ([
106                                    InfoEmbed(
107                                        title="提醒",