From b4e170971a196c8a4c3138d984ec8fd61e792534 Mon Sep 17 00:00:00 2001 From: zhuqi <zqwerty@users.noreply.github.com> Date: Tue, 22 Sep 2020 19:35:54 +0800 Subject: [PATCH] Update dst.py --- convlab2/dst/dst.py | 1 - 1 file changed, 1 deletion(-) diff --git a/convlab2/dst/dst.py b/convlab2/dst/dst.py index b2f45fd..3f6db0d 100755 --- a/convlab2/dst/dst.py +++ b/convlab2/dst/dst.py @@ -20,7 +20,6 @@ class DST(Module): """ pass - @abstractmethod def update_turn(self, sys_utt, user_utt): """ Update the internal dialog state variable with . -- GitLab