Remove unused imports

This commit is contained in:
Raphael Michel
2015-04-16 20:00:10 +02:00
parent 700270e7e7
commit 747a9e55fd
9 changed files with 2 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
from io import StringIO, BytesIO
from io import BytesIO
from django.contrib import messages
from django.core.urlresolvers import reverse
from django.shortcuts import redirect