Code cleanup

This commit is contained in:
Daniel Quinn 2018-07-08 16:07:10 +01:00
parent 52f1859455
commit 446a686f10
2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,6 @@ from django import forms
from django.conf import settings
from .models import Document, Correspondent
from .consumer import Consumer
class UploadForm(forms.Form):