Skip to content

github action (#1453) #122

github action (#1453)

github action (#1453) #122

Triggered via push October 27, 2024 11:45
Status Success
Total duration 1m 51s
Artifacts

python-app.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Ruff (F841): binance/client.py#L1185
binance/client.py:1185:13: F841 Local variable `initial_limit_set` is assigned to but never used
Ruff (E721): binance/helpers.py#L76
binance/helpers.py:76:8: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
Ruff (F401): binance/threaded_stream.py#L6
binance/threaded_stream.py:6:22: F401 `.helpers.get_loop` imported but unused
Ruff (E402): examples/binace_socket_manager.py#L8
examples/binace_socket_manager.py:8:1: E402 Module level import not at top of file
Ruff (E402): examples/binace_socket_manager.py#L10
examples/binace_socket_manager.py:10:1: E402 Module level import not at top of file
Ruff (F811): examples/binace_socket_manager.py#L10
examples/binace_socket_manager.py:10:8: F811 Redefinition of unused `asyncio` from line 3
Ruff (E402): examples/binace_socket_manager.py#L11
examples/binace_socket_manager.py:11:1: E402 Module level import not at top of file
Ruff (E402): examples/create_order.py#L7
examples/create_order.py:7:1: E402 Module level import not at top of file
Ruff (E402): examples/create_order_async.py#L8
examples/create_order_async.py:8:1: E402 Module level import not at top of file
Ruff (F401): tests/test_futures.py#L3
tests/test_futures.py:3:8: F401 `pytest` imported but unused
lint
Process completed with exit code 1.