Skip to content

Update AbstractTokenProvider#token() annotation to return str instead…

ce97a90
Select commit
Loading
Failed to load commit list.
Draft

Added type annotation to public classes. #1074

Update AbstractTokenProvider#token() annotation to return str instead…
ce97a90
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Apr 15, 2025 in 2s

2 new alerts including 2 errors

New alerts in code changed by this pull request

  • 2 errors

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 10 in aiokafka/client.py

See this annotation in the file changed.

Code scanning / CodeQL

Module-level cyclic import Error

'ClusterMetadata' may not be defined if module
aiokafka.cluster
is imported before module
aiokafka.client
, as the
definition
of ClusterMetadata occurs after the cyclic
import
of aiokafka.client.

Check failure on line 25 in aiokafka/cluster.py

See this annotation in the file changed.

Code scanning / CodeQL

Module-level cyclic import Error

'CoordinationType' may not be defined if module
aiokafka.client
is imported before module
aiokafka.cluster
, as the
definition
of CoordinationType occurs after the cyclic
import
of aiokafka.cluster.