Skip to content

Commit

Permalink
style: format code with Black and isort
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in d5b9f53 according to the output
from Black and isort.

Details: None
  • Loading branch information
deepsource-autofix[bot] authored Jul 25, 2024
1 parent d5b9f53 commit 0ac9666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firstrade/order.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down

0 comments on commit 0ac9666

Please sign in to comment.