From 02aedade8c4758c14009f8ca6783069d4ac5525e Mon Sep 17 00:00:00 2001 From: Dario Moceri Date: Mon, 15 Mar 2021 16:19:14 +0100 Subject: [PATCH] removed extra lines --- bfxapi/websockets/order_manager.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bfxapi/websockets/order_manager.py b/bfxapi/websockets/order_manager.py index bb5adba..681f246 100644 --- a/bfxapi/websockets/order_manager.py +++ b/bfxapi/websockets/order_manager.py @@ -269,6 +269,4 @@ class OrderManager: await asyncio.gather(*tasks) def _gen_unique_cid(self): - return gen_unique_cid() - - + return gen_unique_cid() \ No newline at end of file