From 5b9848c5716f99a11fbe0af49a5a971ba9eafd1f Mon Sep 17 00:00:00 2001 From: JingWeiLyu Date: Tue, 21 Sep 2021 14:17:16 +0800 Subject: [PATCH] remove space --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c1f3729..05f55e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ sta_vocab = "subtitle_analyzer.entry:subtitle_vocab" sta_phrase = "subtitle_analyzer.entry:subtitle_phrase" tbr_phrase = "subtitle_analyzer.tbr:subtitle_phrase" -sta_reviewed_phrase = "subtitle_analyzer.tbr: gen_phrase_ass" +sta_reviewed_phrase = "subtitle_analyzer.tbr:gen_phrase_ass" [build-system] requires = ["poetry-core>=1.0.0"]