Skip to content

Commit 4bae53f

Browse files
committed
Merge branch 'docs/sphinx-warns-and-errors' of https://github.com/JustaSqu1d/pycord into docs/sphinx-warns-and-errors
2 parents 01329cd + 00028db commit 4bae53f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

discord/guild.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
TextChannel,
104104
VoiceChannel,
105105
)
106-
from .onboarding import OnboardingPrompt, OnboardingMode
106+
from .onboarding import OnboardingMode, OnboardingPrompt
107107
from .permissions import Permissions
108108
from .state import ConnectionState
109109
from .template import Template

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ def write_new():
482482
]
483483

484484
modindex_common_prefix = ["discord."]
485-
suppress_warnings = ['ref.duplicate']
485+
suppress_warnings = ["ref.duplicate"]
486486
myst_enable_extensions = [
487487
"amsmath",
488488
"attrs_inline",

0 commit comments

Comments
 (0)