diff options
Diffstat (limited to 'tests/admin_scripts/management/commands/noargs_command.py')
| -rw-r--r-- | tests/admin_scripts/management/commands/noargs_command.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_scripts/management/commands/noargs_command.py b/tests/admin_scripts/management/commands/noargs_command.py index 65ee370ab7..1a16dd8086 100644 --- a/tests/admin_scripts/management/commands/noargs_command.py +++ b/tests/admin_scripts/management/commands/noargs_command.py @@ -6,4 +6,4 @@ class Command(BaseCommand): requires_system_checks = [] def handle(self, **options): - print('EXECUTE: noargs_command options=%s' % sorted(options.items())) + print("EXECUTE: noargs_command options=%s" % sorted(options.items())) |
