Removed unused imports

This commit is contained in:
Raphael Michel
2015-10-04 15:31:58 +02:00
parent 93d027cec6
commit 2e9157cbef
17 changed files with 8 additions and 26 deletions

View File

@@ -1,9 +1,7 @@
import copy
import logging
import os
from django import forms
from django.conf import settings
from django.core.files import File
from django.core.files.storage import default_storage
from django.core.files.uploadedfile import UploadedFile