Resolve flake8 warnings

This commit is contained in:
Raphael Michel
2015-06-03 13:25:26 +02:00
parent 423dc9f0aa
commit 49ea85caee
11 changed files with 14 additions and 20 deletions

View File

@@ -3,8 +3,8 @@ from decimal import Decimal
import json
import logging
import re
from django.contrib import messages
from django.core.urlresolvers import reverse
from django.shortcuts import redirect, render
from django.utils.timezone import now
from django.views.generic import TemplateView