From 64cf77a33b51a75f288a5d24bc6f10f2fefa986f Mon Sep 17 00:00:00 2001 From: Gagan Bhatia <49101362+gagan3012@users.noreply.github.com> Date: Sun, 2 May 2021 18:56:18 -0400 Subject: [PATCH] Update __init__.py --- keytotext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keytotext/__init__.py b/keytotext/__init__.py index 8fc57d1..d547192 100644 --- a/keytotext/__init__.py +++ b/keytotext/__init__.py @@ -7,5 +7,5 @@ __version__ = "0.1.5" from .pipeline import pipeline -from .eval import eval_pipeline +from .eval import eval from .trainer import trainer