We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a3831 commit 57fe250Copy full SHA for 57fe250
discord/enums.py
@@ -834,8 +834,8 @@ def from_datatype(cls, datatype):
834
if issubclass(datatype, float):
835
return cls.number
836
837
- from .commands.context import ApplicationContext
838
- from .ext.bridge import BridgeContext
+ from .commands.context import ApplicationContext # noqa: PLC0415
+ from .ext.bridge import BridgeContext # noqa: PLC0415
839
840
if not issubclass(
841
datatype, (ApplicationContext, BridgeContext)
0 commit comments