Bump uvicorn from 0.29.0 to 0.30.1 in /07_uns_graphql #832
Annotations
8 errors
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
|
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
|
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
|
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
|
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.
|
07_uns_graphql/test/test_uns_graphql_app.py#L20
test/test_uns_graphql_app.py:20:8: F401 `pytest` imported but unused
|
07_uns_graphql/test/test_uns_graphql_app.py#L21
test/test_uns_graphql_app.py:21:8: F401 `pytest_asyncio` imported but unused
|
07_uns_graphql/test/type/test_sparkplugb_node.py#L466
test/type/test_sparkplugb_node.py:466:5: C901 `compare_metrics` is too complex (14 > 10)
|
This job succeeded
Loading