diff options
Diffstat (limited to 'tests/admin_scripts/simple_app/management/commands/duplicate.py')
| -rw-r--r-- | tests/admin_scripts/simple_app/management/commands/duplicate.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/admin_scripts/simple_app/management/commands/duplicate.py b/tests/admin_scripts/simple_app/management/commands/duplicate.py index 18cd0aab08..aed15bc9f6 100644 --- a/tests/admin_scripts/simple_app/management/commands/duplicate.py +++ b/tests/admin_scripts/simple_app/management/commands/duplicate.py @@ -2,6 +2,5 @@ from django.core.management.base import BaseCommand class Command(BaseCommand): - def handle(self, **options): - self.stdout.write('simple_app') + self.stdout.write("simple_app") |
