Skip to content

Commit 5585cda

Browse files
committed
fixed a typo in import
1 parent eb65fd6 commit 5585cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bitermplus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from ._btm import BTM # noqa: F401, F403
44
from ._util import * # noqa: F401, F403
55
from ._metrics import * # noqa: F401, F403
6-
from ._api import BTMClassifie # noqa: F401, F403r
6+
from ._api import BTMClassifier # noqa: F401, F403r

0 commit comments

Comments
 (0)