Commit 1809fde6 by Peter Fogg

Pylint cleanup.

parent b3cd6af9
...@@ -91,7 +91,7 @@ def modify_upload(_step, file_name): ...@@ -91,7 +91,7 @@ def modify_upload(_step, file_name):
@step('I see a confirmation that the file was deleted') @step('I see a confirmation that the file was deleted')
def i_see_a_delete_confirmation(step): def i_see_a_delete_confirmation(_step):
alert_css = '#notification-confirmation' alert_css = '#notification-confirmation'
assert world.is_css_present(alert_css) assert world.is_css_present(alert_css)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment