STY: Removes unused import.

This commit is contained in:
Eddie Hebert
2013-03-19 17:13:44 -04:00
parent ff991549b8
commit d17fb1c266
-1
View File
@@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from numbers import Number
from zipline.errors import WrongDataForTransform
from zipline.transforms.utils import TransformMeta
from collections import defaultdict, deque