kill unused import

This commit is contained in:
Blake DeMarcy 2017-04-12 13:17:47 -05:00
parent b46e559e2f
commit c84b8fbde1

View File

@ -24,7 +24,6 @@ from src.utils import ordered_keys, schema_values
from src import schema from src import schema
from uuid import uuid1 from uuid import uuid1
from time import time from time import time
import pickle
import json import json
import os import os