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 4cbbc5a according to the output
from Black and isort.

Details: None
  • Loading branch information
deepsource-autofix[bot] authored Sep 19, 2024
1 parent 4cbbc5a commit 1ffbc88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fidelityAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ def fidelity_transaction(fidelity_o: Brokerage, orderObj: stockOrder, loop=None)
try:
error_text = driver.find_element(
By.XPATH,
"//div[@class='pvd-inline-alert__content']//div[1]"
"//div[@class='pvd-inline-alert__content']//div[1]",
)
error_text = error_text.text
driver.execute_script("arguments[0].click();", error_dismiss)
Expand Down

0 comments on commit 1ffbc88

Please sign in to comment.