mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-15 21:47:53 +08:00
removes some unused test code
This commit is contained in:
@@ -18,9 +18,6 @@ class Command(BaseCommand):
|
||||
help='Run once and then stop.'),
|
||||
)
|
||||
|
||||
def add_arguments(self, parser):
|
||||
parser.add_argument('poll_id', nargs='+', type=int)
|
||||
|
||||
def handle(self, *args, **options):
|
||||
q = Cluster()
|
||||
q.start()
|
||||
|
||||
Reference in New Issue
Block a user