Skip to content

Commit fbf4d90

Browse files
authored
Merge pull request #370 from NelsonDane/deepsource-transform-9bdc310f
style: format code with Black and isort
2 parents 4cbbc5a + 1ffbc88 commit fbf4d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fidelityAPI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ def fidelity_transaction(fidelity_o: Brokerage, orderObj: stockOrder, loop=None)
608608
try:
609609
error_text = driver.find_element(
610610
By.XPATH,
611-
"//div[@class='pvd-inline-alert__content']//div[1]"
611+
"//div[@class='pvd-inline-alert__content']//div[1]",
612612
)
613613
error_text = error_text.text
614614
driver.execute_script("arguments[0].click();", error_dismiss)

0 commit comments

Comments
 (0)