From bab9123daa5d05150951f74183906a76d2b0cf27 Mon Sep 17 00:00:00 2001 From: Alasdair Nicol Date: Fri, 18 Oct 2013 00:58:02 +0100 Subject: Fixed #21268 -- Fixed E303 pep8 warnings --- tests/admin_scripts/management/commands/noargs_command.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/admin_scripts/management/commands') diff --git a/tests/admin_scripts/management/commands/noargs_command.py b/tests/admin_scripts/management/commands/noargs_command.py index 9652099f9b..e94807f2e2 100644 --- a/tests/admin_scripts/management/commands/noargs_command.py +++ b/tests/admin_scripts/management/commands/noargs_command.py @@ -5,6 +5,5 @@ class Command(NoArgsCommand): help = "Test No-args commands" requires_model_validation = False - def handle_noargs(self, **options): print('EXECUTE:NoArgsCommand options=%s' % sorted(options.items())) -- cgit v1.3