remove unneeded imports

This commit is contained in:
Laura Klünder 2016-08-30 17:01:59 +02:00
parent 7c3f9d7cb7
commit dd00293b81
5 changed files with 1 additions and 8 deletions

View file

@ -1,12 +1,11 @@
import json
import os
import sys
from django.conf import settings
from django.core.management.base import CommandError
from ..models import Level, Package, Source
from .utils import ObjectCollection, json_encode
from .utils import ObjectCollection
def read_packages():