Pylint cleanup.

This commit is contained in:
Peter Fogg
2013-07-01 09:16:25 -04:00
parent b3cd6af9aa
commit 1809fde60c

View File

@@ -91,7 +91,7 @@ def modify_upload(_step, file_name):
@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'
assert world.is_css_present(alert_css)