diff options
Diffstat (limited to 'tests/admin_scripts/management/commands/app_command.py')
| -rw-r--r-- | tests/admin_scripts/management/commands/app_command.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/admin_scripts/management/commands/app_command.py b/tests/admin_scripts/management/commands/app_command.py index d26df12642..5cbddb6e96 100644 --- a/tests/admin_scripts/management/commands/app_command.py +++ b/tests/admin_scripts/management/commands/app_command.py @@ -8,4 +8,3 @@ class Command(AppCommand): def handle_app(self, app, **options): print('EXECUTE:AppCommand app=%s, options=%s' % (app, sorted(options.items()))) - |
