Skip to content

Commit

Permalink
Merge pull request #97 from NelsonDane/deepsource-transform-7824579f
Browse files Browse the repository at this point in the history
style: format code with Black and isort
  • Loading branch information
NelsonDane authored Oct 10, 2023
2 parents d9927e5 + b1a0160 commit 2ee8dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tastyAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ async def tastytrade_execute(tt_o: Brokerage, orderObj: stockOrder, loop=None):
stock_price = 0
# Day trade check
# Day trade check
# removing this check until tastytrade api
# removing this check until tastytrade api
# maintainer fixes enhanced_security_check bug
# cash_balance = float(acct.get_balances(obj).cash_balance)
# day_trade_check(obj, acct, cash_balance)
Expand Down

0 comments on commit 2ee8dc2

Please sign in to comment.