Added type annotation to public classes. #1074
Draft
GitHub Advanced Security / CodeQL
failed
Nov 15, 2024 in 5s
2 new alerts including 2 errors
New alerts in code changed by this pull request
- 2 errors
See annotations below for details.
Annotations
Check failure on line 10 in aiokafka/client.py
Code scanning / CodeQL
Module-level cyclic import Error
is imported before module , as the of ClusterMetadata occurs after the cyclic of aiokafka.client.
Check failure on line 12 in aiokafka/cluster.py
Code scanning / CodeQL
Module-level cyclic import Error
is imported before module , as the of CoordinationType occurs after the cyclic of aiokafka.cluster.
Loading