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

add typing to aiokafka/conn.py #1021

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

fix test

2801b29
Select commit
Loading
Failed to load commit list.
Open

add typing to aiokafka/conn.py #1021

fix test
2801b29
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jul 2, 2024 in 4s

7 new alerts including 1 error

New alerts in code changed by this pull request

  • 1 error
  • 6 notes

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 170 in aiokafka/conn.py

See this annotation in the file changed.

Code scanning / CodeQL

Missing call to `__init__` during object initialization Error

Class AIOKafkaProtocol may not be initialized properly as
method FlowControlMixin.__init__
is not called from its
__init__ method
.

Check notice on line 545 in aiokafka/conn.py

See this annotation in the file changed.

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.

Check notice on line 549 in aiokafka/conn.py

See this annotation in the file changed.

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.

Check notice on line 590 in aiokafka/conn.py

See this annotation in the file changed.

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.

Check notice on line 600 in aiokafka/conn.py

See this annotation in the file changed.

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.

Check notice on line 594 in aiokafka/conn.py

See this annotation in the file changed.

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.

Check notice on line 596 in aiokafka/conn.py

See this annotation in the file changed.

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.