fix(pipeline): avoid spawning unguarded coroutines #643
Annotations
10 warnings
|
Typing (basedpyright):
kpops/component_handlers/kafka_connect/connect_wrapper.py#L145
Condition will always evaluate to True since the types "int" and "tuple[Literal[204], Literal['No Content']]" have no overlap (reportUnnecessaryComparison)
|
|
Typing (basedpyright):
kpops/component_handlers/kafka_connect/connect_wrapper.py#L134
Condition will always evaluate to True since the types "int" and "tuple[Literal[202], Literal['Accepted']]" have no overlap (reportUnnecessaryComparison)
|
|
Typing (basedpyright):
kpops/component_handlers/kafka_connect/connect_wrapper.py#L123
Condition will always evaluate to True since the types "int" and "tuple[Literal[202], Literal['Accepted']]" have no overlap (reportUnnecessaryComparison)
|
|
Typing (basedpyright):
kpops/component_handlers/kafka_connect/connect_wrapper.py#L112
Condition will always evaluate to False since the types "int" and "tuple[Literal[404], Literal['Not Found']]" have no overlap (reportUnnecessaryComparison)
|
|
Typing (basedpyright):
kpops/component_handlers/kafka_connect/connect_wrapper.py#L109
Condition will always evaluate to False since the types "int" and "tuple[Literal[200], Literal['OK']]" have no overlap (reportUnnecessaryComparison)
|
|
Typing (basedpyright):
kpops/component_handlers/kafka_connect/connect_wrapper.py#L91
Condition will always evaluate to False since the types "int" and "tuple[Literal[409], Literal['Conflict']]" have no overlap (reportUnnecessaryComparison)
|
|
Typing (basedpyright):
kpops/component_handlers/kafka_connect/connect_wrapper.py#L89
Condition will always evaluate to False since the types "int" and "tuple[Literal[404], Literal['Not Found']]" have no overlap (reportUnnecessaryComparison)
|
|
Typing (basedpyright):
kpops/component_handlers/kafka_connect/connect_wrapper.py#L86
Condition will always evaluate to False since the types "int" and "tuple[Literal[200], Literal['OK']]" have no overlap (reportUnnecessaryComparison)
|
|
Typing (basedpyright):
kpops/component_handlers/kafka_connect/connect_wrapper.py#L70
Condition will always evaluate to False since the types "int" and "tuple[Literal[409], Literal['Conflict']]" have no overlap (reportUnnecessaryComparison)
|
|
Typing (basedpyright):
kpops/component_handlers/kafka_connect/connect_wrapper.py#L66
Condition will always evaluate to False since the types "int" and "tuple[Literal[201], Literal['Created']]" have no overlap (reportUnnecessaryComparison)
|
Loading