Skip to content

Commit 57fe250

Browse files
committed
Pre-commit broke stuff
1 parent d6a3831 commit 57fe250

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

discord/enums.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -834,8 +834,8 @@ def from_datatype(cls, datatype):
834834
if issubclass(datatype, float):
835835
return cls.number
836836

837-
from .commands.context import ApplicationContext
838-
from .ext.bridge import BridgeContext
837+
from .commands.context import ApplicationContext # noqa: PLC0415
838+
from .ext.bridge import BridgeContext # noqa: PLC0415
839839

840840
if not issubclass(
841841
datatype, (ApplicationContext, BridgeContext)

0 commit comments

Comments
 (0)