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

@@ -1,8 +1,6 @@
import decimal
import json
import os
from datetime import date, datetime, time
from urllib.parse import urljoin
import dateutil.parser
from django.conf import settings