Skip to content

Commit

Permalink
style(pre-commit): auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 18, 2024
1 parent 5fca889 commit 1af71d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions discord/ext/bridge/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -591,8 +591,7 @@ async def convert(self, ctx, arg: bool):


class BridgeOption(Option, Converter):
"""Represents a selectable slash command option and a prefixed command argument for bridge commands.
"""
"""Represents a selectable slash command option and a prefixed command argument for bridge commands."""

async def convert(self, ctx, argument: str) -> Any:
try:
Expand Down

0 comments on commit 1af71d3

Please sign in to comment.