BUG: .latest, not latest.

The latter happens to work on py2 :(.
This commit is contained in:
Scott Sanderson
2016-03-19 17:04:28 -04:00
parent e6361ae48b
commit dd842bfde5
+1 -1
View File
@@ -1,5 +1,5 @@
from .classifier import Classifier, CustomClassifier, Everything
from latest import Latest
from .latest import Latest
__all__ = [
'Classifier',