Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace deprecated disco-py client in tqdm.contrib.discord by pure REST API #1536

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Merge branch 'tqdm:master' into master

fac884f
Select commit
Loading
Failed to load commit list.
Open

Replace deprecated disco-py client in tqdm.contrib.discord by pure REST API #1536

Merge branch 'tqdm:master' into master
fac884f
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Aug 17, 2024 in 0s

6 new issues (0 max.) of at least minor severity.

Annotations

Check notice on line 2 in tqdm/contrib/discord.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tqdm/contrib/discord.py#L2

'warnings.warn' imported but unused (F401)

Check warning on line 2 in tqdm/contrib/discord.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tqdm/contrib/discord.py#L2

Unused warn imported from warnings

Check notice on line 7 in tqdm/contrib/discord.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tqdm/contrib/discord.py#L7

'..std.TqdmWarning' imported but unused (F401)

Check warning on line 7 in tqdm/contrib/discord.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tqdm/contrib/discord.py#L7

Unused TqdmWarning imported from std

Check warning on line 27 in tqdm/contrib/discord.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tqdm/contrib/discord.py#L27

Statement seems to have no effect

Check failure on line 32 in tqdm/contrib/discord.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tqdm/contrib/discord.py#L32

Access to member '_message_id' before its definition line 47