Skip to content

Commit 77b3a9d

Browse files
committed
Fix flake
1 parent cbf6d61 commit 77b3a9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

discord/ext/test/backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
from discord.types import member
2323
from requests import Response
24-
from typing import NamedTuple, Any, ClassVar, NoReturn, Literal, Pattern, overload, Sequence, Iterable, reveal_type
24+
from typing import NamedTuple, Any, ClassVar, NoReturn, Literal, Pattern, overload, Sequence, Iterable
2525

2626
from . import factories as facts, state as dstate, callbacks, websocket, _types
2727
from ._types import Undef, undefined

0 commit comments

Comments
 (0)