clean up import statements: more specific

This commit is contained in:
Philip Sargent
2020-06-22 00:03:23 +01:00
parent 8199e67b79
commit 674cea629d
9 changed files with 51 additions and 144 deletions

View File

@@ -1,7 +1,7 @@
import csv
import os
import re
from datetime import *
#from datetime import *
from django.conf import settings