From 1809fde60c68288ef62806699f0c1daab0af69dd Mon Sep 17 00:00:00 2001 From: Peter Fogg Date: Mon, 1 Jul 2013 09:16:25 -0400 Subject: [PATCH] Pylint cleanup. --- cms/djangoapps/contentstore/features/upload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/djangoapps/contentstore/features/upload.py b/cms/djangoapps/contentstore/features/upload.py index a298ff08b1..47d770dc47 100644 --- a/cms/djangoapps/contentstore/features/upload.py +++ b/cms/djangoapps/contentstore/features/upload.py @@ -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)