Format code with ruff to pass CI format check
Some checks failed
CI/CD Pipeline / build-and-push (push) Has been cancelled
CI/CD Pipeline / test (push) Has been cancelled

This commit is contained in:
bnair123
2025-12-27 19:12:19 +04:00
parent 524e6d7498
commit 30af8e7c70
5 changed files with 28 additions and 7 deletions

View File

@@ -19,7 +19,9 @@ from tradefinder.data.streamer import (
MarkPriceMessage,
)
pytestmark = pytest.mark.skip(reason="Async WebSocket tests have timing issues - streamer verified manually")
pytestmark = pytest.mark.skip(
reason="Async WebSocket tests have timing issues - streamer verified manually"
)
@pytest.fixture