Skip to content

Commit b49a219

Browse files
Add ignore
1 parent 2298a4d commit b49a219

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cogs/make_member.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ async def verify_new_member_button_callback( # type: ignore[misc]
318318

319319

320320
class MakeMemberModalCommandCog(MakeMemberBaseCog):
321-
"""Cog class that defines the "/send-make-member-modal" command and its call-back method."""
321+
"""Cog class that defines the "/send-make-member-modal" command and its call-back method.""" # noqa: W505, E501
322322

323323
@TeXBotBaseCog.listener()
324324
async def on_ready(self) -> None:

0 commit comments

Comments
 (0)