MAINT: Delete old classifier.py

This commit is contained in:
Scott Sanderson
2016-03-19 16:15:33 -04:00
parent 9505363f50
commit cace5f3a6c
-9
View File
@@ -1,9 +0,0 @@
"""
classifier.py
"""
from zipline.pipeline.term import ComputableTerm
class Classifier(ComputableTerm):
pass