Merge branch 'main' into dependabot/pip/04_uns_historian/coverage-7.5.2 #797
Annotations
9 errors
Run all type of tests:
07_uns_graphql/src/uns_graphql/queries/uns_events.py#L1
src/uns_graphql/queries/uns_events.py:1:8: F401 `logging` imported but unused
|
Run all type of tests:
07_uns_graphql/src/uns_graphql/queries/uns_events.py#L2
src/uns_graphql/queries/uns_events.py:2:22: F401 `datetime.datetime` imported but unused
|
Run all type of tests:
07_uns_graphql/src/uns_graphql/queries/uns_events.py#L3
src/uns_graphql/queries/uns_events.py:3:20: F401 `typing.Optional` imported but unused
|
Run all type of tests:
07_uns_graphql/src/uns_graphql/queries/uns_events.py#L5
src/uns_graphql/queries/uns_events.py:5:8: F401 `strawberry` imported but unused
|
Run all type of tests:
07_uns_graphql/src/uns_graphql/subscriptions/kafka.py#L65
src/uns_graphql/subscriptions/kafka.py:65:19: RUF029 Function `kafka_listener` is declared `async`, but doesn't `await` or use `async` features.
|
Run all type of tests:
07_uns_graphql/test/subscriptions/test_kafka.py#L63
test/subscriptions/test_kafka.py:63:15: RUF029 Function `delete_existing_topics` is declared `async`, but doesn't `await` or use `async` features.
|
Run all type of tests:
07_uns_graphql/test/subscriptions/test_kafka.py#L72
test/subscriptions/test_kafka.py:72:15: RUF029 Function `produce_messages` is declared `async`, but doesn't `await` or use `async` features.
|
Run all type of tests:
07_uns_graphql/test/test_uns_graphql_app.py#L20
test/test_uns_graphql_app.py:20:8: F401 `pytest` imported but unused
|
Run all type of tests:
07_uns_graphql/test/test_uns_graphql_app.py#L21
test/test_uns_graphql_app.py:21:8: F401 `pytest_asyncio` imported but unused
|
Loading