We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01329cd + 00028db commit 4bae53fCopy full SHA for 4bae53f
discord/guild.py
@@ -103,7 +103,7 @@
103
TextChannel,
104
VoiceChannel,
105
)
106
- from .onboarding import OnboardingPrompt, OnboardingMode
+ from .onboarding import OnboardingMode, OnboardingPrompt
107
from .permissions import Permissions
108
from .state import ConnectionState
109
from .template import Template
docs/conf.py
@@ -482,7 +482,7 @@ def write_new():
482
]
483
484
modindex_common_prefix = ["discord."]
485
-suppress_warnings = ['ref.duplicate']
+suppress_warnings = ["ref.duplicate"]
486
myst_enable_extensions = [
487
"amsmath",
488
"attrs_inline",
0 commit comments