Skip to content

Commit

Permalink
Merge pull request #253 from NelsonDane/deepsource-transform-83fbd43e
Browse files Browse the repository at this point in the history
style: format code with Black and isort
  • Loading branch information
NelsonDane committed Jun 4, 2024
2 parents 07d7ba0 + 1e22056 commit 61900ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webullAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

import os
import traceback
from time import sleep

from dotenv import load_dotenv
from time import sleep
from webull import webull

from helperAPI import Brokerage, maskString, printAndDiscord, printHoldings, stockOrder
Expand Down

0 comments on commit 61900ed

Please sign in to comment.