diff --git a/pandora/item/management/commands/rebuildcache.py b/pandora/item/management/commands/rebuildcache.py index bd42ed44..c427daca 100644 --- a/pandora/item/management/commands/rebuildcache.py +++ b/pandora/item/management/commands/rebuildcache.py @@ -17,7 +17,6 @@ class Command(BaseCommand): rebuild sort/search cache for all items. """ help = 'rebuild sort/search cache for all items.' - """ args = '' def handle(self, **options):