Browse Source

Removing uncesseray add_arguments

Alexandre Aubin 7 years ago
parent
commit
a6b1b79e9b

+ 0 - 3
coin/billing/management/commands/send_reminders_for_unpaid_bills.py

@@ -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")