Skip to content

fix: threadApiManager #143

fix: threadApiManager

fix: threadApiManager #143

Triggered via pull request October 29, 2024 11:23
Status Success
Total duration 1m 48s
Artifacts

python-app.yml

on: pull_request
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 (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 (E402): examples/websocket.py#L7
examples/websocket.py:7:1: E402 Module level import not at top of file
Ruff (E712): tests/test_client.py#L6
tests/test_client.py:6:12: E712 Avoid equality comparisons to `False`; use `if not client.testnet:` for false checks
lint
Process completed with exit code 1.