From 6f15d470128684be536bcfb8b7cc39aeea9e7f00 Mon Sep 17 00:00:00 2001 From: jaredgoldman Date: Tue, 28 Feb 2023 13:05:57 -0500 Subject: [PATCH] Add space in docstrings, remove duplicate import --- tests/test_paper.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_paper.py b/tests/test_paper.py index 9422b434..07444401 100644 --- a/tests/test_paper.py +++ b/tests/test_paper.py @@ -10,7 +10,6 @@ from typing import ( ) import pytest -import tractor from tractor._exceptions import ContextCancelled from uuid import uuid4 from functools import partial @@ -52,6 +51,7 @@ async def _async_main( ''' Start piker, place a trade and assert data in pps stream, ledger and position table. + ''' oid: str = '' @@ -115,6 +115,7 @@ def _assert( ): ''' Assert multiple cases including pps, ledger and final position message state + ''' if assert_entries: assert last_msg['broker'] == broker