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

@@ -3,7 +3,7 @@ from decimal import Decimal
from django import forms
from django.contrib import messages
from django.db.models import Q, Sum
from django.db.models import Sum
from django.dispatch import receiver
from django.forms import Form
from django.http import HttpRequest