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 Aug 22, 2024
1 parent 431f9e4 commit ecf1698
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions discord/ext/commands/flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,7 @@
import re
import sys
from dataclasses import dataclass, field
from typing import (
TYPE_CHECKING,
Any,
Iterator,
Literal,
Optional,
Pattern,
TypeVar,
Union,
)
from typing import TYPE_CHECKING, Any, Iterator, Literal, Pattern, TypeVar, Union

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

Expand Down

0 comments on commit ecf1698

Please sign in to comment.