Skip to content

Commit 7bab11d

Browse files
author
Xing Han Lu
authored
Fix pylint/flake8 (#116)
1 parent 6ae047d commit 7bab11d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_callbacks.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ def test_callbacks(self):
1717
EC.presence_of_element_located((By.ID, "cytoscape"))
1818
)
1919

20-
2120
def create_input_and_save(css_selector,
2221
dir_name,
2322
options,
@@ -215,7 +214,6 @@ def click_button_and_save(name_to_xpaths, dir_name, save=True):
215214
options=['5', '2'],
216215
prefix='NodeBorderWidth'
217216
)
218-
219217

220218
create_input_and_save(
221219
css_selector='input#dropdown-node-border-style',

0 commit comments

Comments
 (0)