summaryrefslogtreecommitdiff
path: root/tests/admin_scripts/management/commands
diff options
context:
space:
mode:
Diffstat (limited to 'tests/admin_scripts/management/commands')
-rw-r--r--tests/admin_scripts/management/commands/noargs_command.py1
1 files changed, 0 insertions, 1 deletions
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()))