Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@
- redbot/core/_settings_caches.py
- redbot/core/_sharedlibdeprecation.py
- redbot/core/utils/_internal_utils.py
- redbot/ext_cogs/__init__.py
# Tests
- redbot/pytest/__init__.py
- redbot/pytest/cog_manager.py
Expand Down
9 changes: 0 additions & 9 deletions redbot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,12 +371,3 @@ def _early_init():
module="discord",
message="'audioop' is deprecated and slated for removal",
)
# DEP-WARN - will need a fix before Python 3.12 support
#
# DeprecationWarning: the load_module() method is deprecated and slated for removal in Python 3.12; use exec_module() instead
_warnings.filterwarnings(
"ignore",
category=DeprecationWarning,
module="importlib",
message=r"the load_module\(\) method is deprecated and slated for removal",
)
Loading
Loading