Remove unused imports, do PEP8 and DeprecationWarning cleanups

This commit is contained in:
Roberto Rosario
2015-01-05 14:40:59 -04:00
parent 45475d9a65
commit aca9d8c9eb
17 changed files with 12 additions and 45 deletions

View File

@@ -9,11 +9,7 @@ from django.core.urlresolvers import reverse
from django.test.client import Client
from django.test import TestCase
from rest_framework import status
from rest_framework.test import APIClient
from documents.models import Document, DocumentType
from ocr.parsers import parse_document_page
from .classes import SearchModel