Skip to content
Merged
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
2 changes: 1 addition & 1 deletion discord/opus.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def is_loaded() -> bool:
:class:`bool`
Indicates if the opus library has been loaded.
"""
global _lib
global _lib # noqa: F824
return _lib is not None


Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ coverage~=7.10
pre-commit==4.2.0
codespell==2.4.1
bandit==1.8.6
flake8==7.1.2
flake8==7.3.0
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ sphinx-copybutton==0.5.2
furo==2024.8.6
sphinx-autodoc-typehints==2.2.3
sphinx-intl==2.3.1
typing_extensions==4.13.2
typing_extensions==4.14.1
levenshtein==0.27.1
Loading