Skip to content

Commit 409ec1a

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent 539a9a0 commit 409ec1a

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

discord/ext/commands/flags.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,7 @@
2929
import re
3030
import sys
3131
from dataclasses import dataclass, field
32-
from typing import (
33-
TYPE_CHECKING,
34-
Any,
35-
Iterator,
36-
Literal,
37-
Optional,
38-
Pattern,
39-
TypeVar,
40-
Union,
41-
)
32+
from typing import TYPE_CHECKING, Any, Iterator, Literal, Pattern, TypeVar, Union
4233

4334
from discord.utils import MISSING, MissingField, maybe_coroutine, resolve_annotation
4435

docs/ext/commands/commands.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ In order to customise the flag syntax we also have a few options that can be pas
687687
topic: Optional[str]
688688
nsfw: Optional[bool]
689689
slowmode: Optional[int]
690-
690+
691691
# Hello there --bold True
692692
class Greeting(commands.FlagConverter):
693693
text: str = commands.flag(positional=True)

0 commit comments

Comments
 (0)