From 4c43eda414bcfb5ef7b4925f53402bdcf31a50c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Sun, 20 Feb 2022 11:32:28 +0100 Subject: [PATCH] Update BaseTrainerModel --- TTS/model.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TTS/model.py b/TTS/model.py index 39cbeabc..ab52be81 100644 --- a/TTS/model.py +++ b/TTS/model.py @@ -5,11 +5,11 @@ import torch from coqpit import Coqpit from torch import nn -# pylint: skip-file class BaseTrainerModel(ABC, nn.Module): - """Abstract 🐸TTS class. Every new 🐸TTS model must inherit this.""" + """Abstract 🐸TTS class. Every new 🐸TTS model must inherit this. + """ @staticmethod @abstractmethod