mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-15 11:22:18 +08:00
BUG: .latest, not latest.
The latter happens to work on py2 :(.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from .classifier import Classifier, CustomClassifier, Everything
|
||||
from latest import Latest
|
||||
from .latest import Latest
|
||||
|
||||
__all__ = [
|
||||
'Classifier',
|
||||
|
||||
Reference in New Issue
Block a user