Drop unnecessary import

This commit is contained in:
Matthew Ryan Dillon 2016-02-11 20:23:37 -07:00
parent c62fc40f72
commit 48b6adc70e

View file

@ -1,5 +1,4 @@
import os import os
import shutil
from django.core.management.base import BaseCommand from django.core.management.base import BaseCommand
from django.db import IntegrityError from django.db import IntegrityError