@@ -24,9 +24,6 @@ weeks.
parser.formatter_class = RawTextHelpFormatter
return parser
- def add_arguments(self, parser):
- pass
-
def handle(self, *args, **options):
invoices = Invoice.objects.filter(status="open")