Commit 43fd711f authored by Michal Čihař's avatar Michal Čihař

Remove not used imports

parent 31b02327
......@@ -19,8 +19,6 @@
#
from trans.management.commands import WeblateCommand
from django.utils import timezone
from datetime import timedelta
from optparse import make_option
......@@ -37,6 +35,5 @@ class Command(WeblateCommand):
)
def handle(self, *args, **options):
for subproject in self.get_subprojects(*args, **options):
subproject.do_push(force_commit=options['force_commit'])
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment