Prune unused imports while we're here

This commit is contained in:
Chad Whitacre
2016-11-21 19:45:09 -05:00
parent 16321e4ae4
commit 617f02c621
-2
View File
@@ -1,8 +1,6 @@
# -*- coding: utf-8 -*-
import os
from code import interact
from datetime import datetime
from collections import OrderedDict
from inspect import isclass