Format code with ruff to pass CI format check
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user