Skip to content

Commit

Permalink
Merge pull request #370 from NelsonDane/deepsource-transform-9bdc310f
Browse files Browse the repository at this point in the history
style: format code with Black and isort
  • Loading branch information
matthew55 authored Sep 19, 2024
2 parents 4cbbc5a + 1ffbc88 commit fbf4d90
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 fbf4d90

Please sign in to comment.