Removed unused imports

This commit is contained in:
Matthew Smith
2019-12-04 19:18:43 +00:00
parent bb44b0c88b
commit c4cad76653
8 changed files with 8 additions and 28 deletions

View File

@@ -1,10 +1,8 @@
import os
from django.core.management.base import BaseCommand, CommandError
from django.conf import settings
import datetime
import xml.etree.ElementTree as ET
from assets import models
from django.core.management.base import BaseCommand
from django.conf import settings
class Command(BaseCommand):