From 0ac96662a190cfa1cf7749bdf4306884a55e6e52 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 03:30:18 +0000 Subject: [PATCH] style: format code with Black and isort This commit fixes the style issues introduced in d5b9f53 according to the output from Black and isort. Details: None --- firstrade/order.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firstrade/order.py b/firstrade/order.py index c412bc2..05e86af 100644 --- a/firstrade/order.py +++ b/firstrade/order.py @@ -104,7 +104,7 @@ def place_order( raise ValueError("AON orders must be a limit order.") if order_instruction == OrderInstructions.AON and quantity <= 100: raise ValueError("AON orders must be greater than 100 shares.") - + data = { "submiturl": "/cgi-bin/orderbar", "orderbar_clordid": "",