From dad14fe972fa9382b58adcc226d65e0cca4ad620 Mon Sep 17 00:00:00 2001 From: bobloy Date: Thu, 18 Mar 2021 16:08:10 -0400 Subject: [PATCH] black reformatting --- chatter/trainers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatter/trainers.py b/chatter/trainers.py index 0b765b7..dc0e0b1 100644 --- a/chatter/trainers.py +++ b/chatter/trainers.py @@ -64,7 +64,7 @@ class UbuntuCorpusTrainer2(KaggleTrainer): datapath, downloadpath="ubuntu_data_v2", kaggle_dataset="rtatman/ubuntu-dialogue-corpus", - **kwargs + **kwargs, ) async def asynctrain(self, *args, **kwargs):