kill unused import

pull/4/head
Blake DeMarcy 2017-04-12 13:17:47 -05:00
parent b46e559e2f
commit c84b8fbde1
1 changed files with 0 additions and 1 deletions

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