Commit 0777af97 authored by Michal Čihař's avatar Michal Čihař

Fix missing/extra imports

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 8944bc8d
......@@ -18,6 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
import argparse
import json
from django.core.management.base import BaseCommand
......
......@@ -18,6 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
import argparse
import json
from django.core.management.base import BaseCommand
......
......@@ -18,7 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
from django.core.management.base import BaseCommand, CommandError
from django.core.management.base import BaseCommand
from weblate.lang.models import Language
......
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